style:lint

This commit is contained in:
手瓜一十雪
2024-08-25 11:45:50 +08:00
parent 5685605731
commit 05ab077521
11 changed files with 58 additions and 70 deletions

View File

@@ -158,7 +158,7 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
if (payload.user_id && payload.message_type !== 'group') {
const uid = await NTQQUserApi.getUidByUinV2(payload.user_id.toString());
const isBuddy = await NTQQFriendApi.isBuddy(uid!);
if (!isBuddy) { }
//if (!isBuddy) { }
}
return { valid: true };
}