update apischedule public func

update try? to try catch
multistore
Razmig Sarkissian 1 year ago
parent df7b1461a7
commit 91bbc3943c
  1. 5
      LeStorage/StoredCollection.swift

@ -371,6 +371,11 @@ public class StoredCollection<T: Storable>: RandomAccessCollection, SomeCollecti
Logger.error(error)
}
self.resetApiCalls()
}
/// Removes the collection related API calls collection
public func resetApiCalls() {
if let apiCallsCollection = self.apiCallsCollection {
apiCallsCollection.reset()
}

Loading…
Cancel
Save