From 6cb8f52cf2e5c84a3973152e8040c74722e42582 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 18 Feb 2024 01:52:03 +0100 Subject: [PATCH] chore: fix build error --- backend/src/dal/preset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,