mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-15 12:47:48 +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;
|
||||
}
|
||||
async getAPI() {
|
||||
uid = await this.getUID();
|
||||
let uid = await this.getUID();
|
||||
if (!uid) return false;
|
||||
|
||||
const ck = await getCk(this.e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue