Merged in fix/booking-flow-eslint-fix (pull request #3342)

fix: Upgrade booking-flow eslint config

* Upgrade booking-flow eslint config


Approved-by: Bianca Widstam
This commit is contained in:
Anton Gunnarsson
2025-12-12 11:40:45 +00:00
parent 92391fdbd7
commit 3e3b15940f
23 changed files with 61 additions and 64 deletions
+1 -1
View File
@@ -2,11 +2,11 @@ import * as Sentry from "@sentry/bun";
import { Elysia, t } from "elysia";
import { redis } from "@/services/redis";
import { getAllKeys } from "@/services/redis/getAllKeys";
import { queueDelete, queueDeleteMultiple } from "@/services/redis/queueDelete";
import { loggerModule } from "@/utils/logger";
import { truncate } from "@/utils/truncate";
import { validateKey } from "@/utils/validateKey";
import { getAllKeys } from "@/services/redis/getAllKeys";
const QUERY_TYPE = t.Object({ key: t.String({}) });
const DELETEMULTIPLE_BODY_TYPE = t.Object({