diff --git a/package.json b/package.json index b4e1c87..11f97df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/api", - "version": "0.0.25", + "version": "0.0.26", "description": "", "main": "mod.ts", "scripts": { diff --git a/query/query-login/query-login-browser.ts b/query/query-login/query-login-browser.ts index 2d131cb..34dcbbd 100644 --- a/query/query-login/query-login-browser.ts +++ b/query/query-login/query-login-browser.ts @@ -6,7 +6,7 @@ export class QueryLoginBrowser extends QueryLogin { constructor(opts: QueryLoginNodeOptsWithoutCache) { super({ ...opts, - cache: new MyCache('login'), + cache: new MyCache({ key: 'login' }), }); } }