Skip to content

Commit

Permalink
Merge pull request #5 from subdan/master
Browse files Browse the repository at this point in the history
Fix dynamic mock deletion
  • Loading branch information
Alexander-Ignition authored Jul 24, 2019
2 parents 1872a95 + 9483df6 commit bac9146
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 bac9146

Please sign in to comment.