add more resilience for calls

sync2
Laurent 9 months ago
parent 389f5b851e
commit 407640b35c
  1. 1
      LeStorage/ApiCallCollection.swift

@ -236,6 +236,7 @@ actor ApiCallCollection<T: Storable>: SomeCallCollection {
case (.put, .delete):
call = try self._createCall(instance, method: .delete)
default:
call = try self._createCall(instance, method: method)
StoreCenter.main.log(message: "case \(currentHTTPMethod) / \(method) should not happen")
}
} else {

Loading…
Cancel
Save