style: lint

This commit is contained in:
手瓜一十雪
2024-11-28 10:46:14 +08:00
parent 840d3aeae7
commit 9a5c00c4db
7 changed files with 33 additions and 33 deletions

View File

@@ -102,7 +102,7 @@ export class OB11PassiveHttpAdapter implements IOB11NetworkAdapter {
if (req.path === '' || req.path === '/') {
const hello = OB11Response.ok({});
hello.message = 'NapCat4 Ss Running';
return res.json(hello)
return res.json(hello);
}
const actionName = req.path.split('/')[1];
const action = this.actions.get(actionName);