소스 검색

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
 }