Преглед изворни кода

Add missing comma

Trying to build threw a syntax error
Maarten Schumacher пре 7 година
родитељ
комит
a001b3f755
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      ReactNativePermissions.js

+ 1
- 1
ReactNativePermissions.js Прегледај датотеку

@@ -25,7 +25,7 @@ const RNPTypes = {
25 25
 		'contacts',
26 26
 		'event',
27 27
 		'photo',
28
-		'storage'
28
+		'storage',
29 29
 		'notification',
30 30
 	]
31 31
 }