diff --git a/backend/src/dal/preset.ts b/backend/src/dal/preset.ts index 8b5bed646..4b4fcb3f3 100644 --- a/backend/src/dal/preset.ts +++ b/backend/src/dal/preset.ts @@ -4,7 +4,7 @@ import { ObjectId, Filter, Collection, WithId } from "mongodb"; const MAX_PRESETS = 10; -type DBConfigPreset = SharedTypes.WithObjectId; +type DBConfigPreset = MonkeyTypes.WithObjectId; function getPresetKeyFilter( uid: string,