Skip to content

Commit e55fd44

Browse files
committed
Make RCTOldStorageDirectory static
1 parent 964b16a commit e55fd44

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
@@ -185,7 +185,7 @@ static dispatch_queue_t RCTGetMethodQueue()
185185
return [attributes fileModificationDate];
186186
}
187187

188-
NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
188+
static NSString *const RCTOldStorageDirectory = @"RNCAsyncLocalStorage_V1";
189189
/**
190190
* Creates an NSException used during Storage Directory Migration.
191191
*/

0 commit comments

Comments
 (0)