diff --git a/LeStorage/ApiCallCollection.swift b/LeStorage/ApiCallCollection.swift index f87d2c0..a917aea 100644 --- a/LeStorage/ApiCallCollection.swift +++ b/LeStorage/ApiCallCollection.swift @@ -236,6 +236,7 @@ actor ApiCallCollection: 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 {