Merged in chore/export-name-from-file (pull request #3439)

chore(storagecleaner): import from file to avoid huge footprints on every page

* chore(storagecleaner): import from file to avoid huge footprints on every page


Approved-by: Anton Gunnarsson
This commit is contained in:
Linus Flood
2026-01-14 12:55:06 +00:00
parent 2410d887df
commit e54310b00f
5 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ import { parsePhoneNumberFromString } from "libphonenumber-js"
import { logger } from "@scandic-hotels/common/logger"
import { detailsStorageName } from "."
import { detailsStorageName } from "./consts"
import type { User } from "@scandic-hotels/trpc/types/user"