@@ -40,7 +40,7 @@ type StoresSession = {
|
||||
cache: StoresListCache | null;
|
||||
};
|
||||
|
||||
const STORAGE_KEY = 'dukang_stores_session_v2';
|
||||
const STORAGE_KEY = 'dukang_stores_session_v3';
|
||||
|
||||
let memory: StoresSession | null = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user