diff --git a/ios/RNEncryptedStorage.m b/ios/RNEncryptedStorage.m index 5b5382b..7077f10 100644 --- a/ios/RNEncryptedStorage.m +++ b/ios/RNEncryptedStorage.m @@ -113,6 +113,6 @@ + (BOOL)requiresMainQueueSetup SecItemDelete((__bridge CFDictionaryRef)spec); } - resolve(); + resolve(nil); } @end