# HG changeset patch # User Sebastien Jodogne # Date 1775561228 -7200 # Node ID 5c626cff4d05fd2356fdbd18796964d6c4ed803f # Parent 08c215485829a45a10dd24a5aca0b965fdfd75d0 fix return type of StorageRemoveCallback2 diff -r 08c215485829 -r 5c626cff4d05 CodeAnalysis/CustomFunctions.json --- a/CodeAnalysis/CustomFunctions.json Tue Apr 07 13:04:53 2026 +0200 +++ b/CodeAnalysis/CustomFunctions.json Tue Apr 07 13:27:08 2026 +0200 @@ -695,7 +695,7 @@ "sdk_type" : "Callable", "callable_type" : "StorageRemoveCallback2", "callable_protocol_args" : "uuid: str, content_type: ContentType, custom_data: bytes", - "callable_protocol_return" : "ErrorCode" + "callable_protocol_return" : "None" } ], "return_sdk_type" : "void",