diff options
author | Miodec <[email protected]> | 2024-07-18 12:22:23 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2024-07-18 12:22:23 +0200 |
commit | 1b4eb012e9da17c6520fd0f254420777ced7c746 (patch) | |
tree | e4715ea8ea1be86abb7a6f06e4c9b2fe5fd9872b | |
parent | ae245b83c68fee2beb1d8825130485ad0fa30f29 (diff) | |
download | monkeytype-1b4eb012e9da17c6520fd0f254420777ced7c746.tar.gz monkeytype-1b4eb012e9da17c6520fd0f254420777ced7c746.zip |
lodash
-rw-r--r-- | backend/src/api/controllers/dev.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/api/controllers/dev.ts b/backend/src/api/controllers/dev.ts index 387692ac8..1b9b263bb 100644 --- a/backend/src/api/controllers/dev.ts +++ b/backend/src/api/controllers/dev.ts @@ -9,7 +9,7 @@ import { roundTo2 } from "../../utils/misc.js"; import { ObjectId } from "mongodb"; import * as LeaderboardDal from "../../dal/leaderboards.js"; import MonkeyError from "../../utils/error.js"; -import { isNumber } from "lodash"; +import isNumber from "lodash/isNumber.js"; type GenerateDataOptions = { firstTestTimestamp: Date; |