mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 05:07:46 +00:00
fix: uid is not defined
This commit is contained in:
parent
f0ef2bd624
commit
0c72964b12
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export class ZZZPlugin extends plugin {
|
||||||
return uid;
|
return uid;
|
||||||
}
|
}
|
||||||
async getAPI() {
|
async getAPI() {
|
||||||
uid = await this.getUID();
|
let uid = await this.getUID();
|
||||||
if (!uid) return false;
|
if (!uid) return false;
|
||||||
|
|
||||||
const ck = await getCk(this.e);
|
const ck = await getCk(this.e);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue