udpate
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kevisual/api",
|
"name": "@kevisual/api",
|
||||||
"version": "0.0.25",
|
"version": "0.0.26",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "mod.ts",
|
"main": "mod.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export class QueryLoginBrowser extends QueryLogin {
|
|||||||
constructor(opts: QueryLoginNodeOptsWithoutCache) {
|
constructor(opts: QueryLoginNodeOptsWithoutCache) {
|
||||||
super({
|
super({
|
||||||
...opts,
|
...opts,
|
||||||
cache: new MyCache('login'),
|
cache: new MyCache({ key: 'login' }),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user