Merged in chore/fix-redis-api-lint-issues (pull request #2552)

chore: Fix redis-api lint issues

* Fix redis-api lint issues


Approved-by: Matilda Landström
This commit is contained in:
Anton Gunnarsson
2025-07-11 09:37:29 +00:00
parent 960787f82c
commit 7a8a5cdb76
4 changed files with 9 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
import pino from "pino";
import { env } from "@/env";
import { SentryLogger } from "@/server/sentry.server.config";
import { mask } from "./mask";
import { SentryLogger } from "@/server/sentry.server.config";
const serializers: { [key: string]: pino.SerializerFn } = {
password: (payload) => {