Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Added missing argument to resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldsanto committed May 30, 2020
1 parent 6494955 commit 6ae7b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNEncryptedStorage.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ + (BOOL)requiresMainQueueSetup
SecItemDelete((__bridge CFDictionaryRef)spec);
}

resolve();
resolve(nil);
}
@end

0 comments on commit 6ae7b55

Please sign in to comment.