Skip to content

Commit e9c44f1

Browse files
committed
Make RCTOldStorageDirectory static
1 parent 586a215 commit e9c44f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCAsyncStorage.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ static dispatch_queue_t RCTGetMethodQueue()
173173
return [attributes fileModificationDate];
174174
}
175175

176-
NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
176+
static NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
177177
/**
178178
* Creates an NSException used during Storage Directory Migration.
179179
*/

0 commit comments

Comments
 (0)