From 6ae7b555e5dd4eb0d7f5750d9388c2223f841265 Mon Sep 17 00:00:00 2001 From: emeraldsanto Date: Sat, 30 May 2020 10:44:03 -0400 Subject: [PATCH] Added missing argument to resolve --- ios/RNEncryptedStorage.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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