style: lint check

This commit is contained in:
手瓜一十雪
2024-12-05 14:50:27 +08:00
parent 38bd7ecc7b
commit 6f49db3e44
10 changed files with 72 additions and 60 deletions

View File

@@ -20,7 +20,7 @@ export default class SetGroupAddRequest extends OneBotAction<Payload, null> {
const approve = payload.approve?.toString() !== 'false';
const reason = payload.reason ?? ' ';
let notify = await this.findNotify(flag);
const notify = await this.findNotify(flag);
if (!notify) {
throw new Error('No such request');
}