mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-17 13:39:46 +08:00
typo
This commit is contained in:
parent
8d53fe9521
commit
a677e264c3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const MonkeyError = require("./error");
|
||||
const Logger = require("../../handlers/logger");
|
||||
const Logger = require("../handlers/logger");
|
||||
const { roundTo2 } = require("./misc");
|
||||
|
||||
function isUsernameValid(name) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue