瀏覽代碼

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
 		'contacts',
25
 		'contacts',
26
 		'event',
26
 		'event',
27
 		'photo',
27
 		'photo',
28
-		'storage'
28
+		'storage',
29
 		'notification',
29
 		'notification',
30
 	]
30
 	]
31
 }
31
 }