Skip to content

Commit a001b3f

Browse files
Add missing comma
Trying to build threw a syntax error
1 parent e8f023f commit a001b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactNativePermissions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const RNPTypes = {
2525
'contacts',
2626
'event',
2727
'photo',
28-
'storage'
28+
'storage',
2929
'notification',
3030
]
3131
}

0 commit comments

Comments
 (0)