chore: fix build error

This commit is contained in:
Miodec 2024-02-18 01:52:03 +01:00
parent 6032c967ed
commit 6cb8f52cf2

View file

@ -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,