mirror of
https://git.um-react.app/um/web.git
synced 2025-12-16 12:13:02 +00:00
fix: only pass over config settings
(cherry picked from commit 3884158f06b71907f004d7a2b4df53e3e486983b)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const KEY_JOOX_UUID = 'joox.uuid';
|
||||
export const KEY_PREFIX = 'um.conf.';
|
||||
const KEY_JOOX_UUID = `${KEY_PREFIX}joox.uuid`;
|
||||
|
||||
export default abstract class BaseStorage {
|
||||
protected abstract save<T>(name: string, value: T): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user