Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/RedMadRobot/catbird
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Ignition committed Jul 24, 2019
2 parents a1996e5 + bac9146 commit 2451a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/CatbirdApp/Store/DataResponseStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ final class DataResponseStore: ResponseStore, BagsResponseStore {
}

func setResponse(data: ResponseData?, for pattern: RequestPattern) throws {
guard let data = data else { return }
bags[pattern] = data
}

Expand Down

0 comments on commit 2451a3e

Please sign in to comment.