mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
chore: reformat code style
This commit is contained in:
@@ -6,7 +6,7 @@ export class GetCSRF extends BaseAction<any, any> {
|
||||
|
||||
async _handle(payload: any) {
|
||||
return {
|
||||
token: "",
|
||||
token: '',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user