Skip to content

Commit

Permalink
first round with eslint --fix .
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenlamp2 committed May 21, 2024
1 parent 8eb6f8a commit 77a88e0
Show file tree
Hide file tree
Showing 308 changed files with 54,268 additions and 54,268 deletions.
6 changes: 3 additions & 3 deletions src/account.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { bypassLogin } from "./battle-scene";
import * as Utils from "./utils";
import { bypassLogin } from './battle-scene';
import * as Utils from './utils';

export interface UserInfo {
username: string;
Expand Down Expand Up @@ -46,4 +46,4 @@ export function updateUserInfo(): Promise<[boolean, integer]> {
resolve([ false, 500 ]);
});
});
}
}
Loading

0 comments on commit 77a88e0

Please sign in to comment.