mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 15:34:06 +08:00
chore: fix build error
This commit is contained in:
parent
6032c967ed
commit
6cb8f52cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { ObjectId, Filter, Collection, WithId } from "mongodb";
|
|||
|
||||
const MAX_PRESETS = 10;
|
||||
|
||||
type DBConfigPreset = SharedTypes.WithObjectId<SharedTypes.DBConfigPreset>;
|
||||
type DBConfigPreset = MonkeyTypes.WithObjectId<SharedTypes.DBConfigPreset>;
|
||||
|
||||
function getPresetKeyFilter(
|
||||
uid: string,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue