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

Add missing comma

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

+ 1 - 1
ReactNativePermissions.js

@@ -25,7 +25,7 @@ const RNPTypes = {
 		'contacts',
 		'event',
 		'photo',
-		'storage'
+		'storage',
 		'notification',
 	]
 }