mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
fix(Map): Added migration mechanism
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const STORED_SETTINGS_VERSION = 1;
|
||||
export const STORED_SETTINGS_VERSION = 2;
|
||||
|
||||
export const LS_KEY_LEGASY = 'map-user-settings';
|
||||
export const LS_KEY = 'map-user-settings-v2';
|
||||
|
||||
Reference in New Issue
Block a user