We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9aa77 commit 060cf02Copy full SHA for 060cf02
lib/AsyncStorage.js
@@ -400,7 +400,7 @@ if (!RCTAsyncStorage.multiMerge) {
400
}
401
402
function convertErrors(errs): ?$ReadOnlyArray<?Error> {
403
- if (!errs || (Array.isArray(errs) && errs.length===0)) {
+ if (!errs || (Array.isArray(errs) && errs.length === 0)) {
404
return null;
405
406
return (Array.isArray(errs) ? errs : [errs]).map(e => convertError(e));
0 commit comments