@ -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 {