Przeglądaj źródła

Add missing comma

Trying to build threw a syntax error
Maarten Schumacher 8 lat temu
rodzic
commit
a001b3f755
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      ReactNativePermissions.js

+ 1
- 1
ReactNativePermissions.js Wyświetl plik

25
 		'contacts',
25
 		'contacts',
26
 		'event',
26
 		'event',
27
 		'photo',
27
 		'photo',
28
-		'storage'
28
+		'storage',
29
 		'notification',
29
 		'notification',
30
 	]
30
 	]
31
 }
31
 }