chore: Casing of logger -> Logger as it's an instantiated class

This commit is contained in:
Tom Moor
2022-05-21 13:59:23 +01:00
parent 6c8b127ff9
commit bf0ff6c823
43 changed files with 44 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ import { v4 as uuidv4 } from "uuid";
import { languages } from "@shared/i18n";
import { stringToColor } from "@shared/utils/color";
import env from "@server/env";
import Logger from "@server/logging/logger";
import Logger from "@server/logging/Logger";
import { publicS3Endpoint, uploadToS3FromUrl } from "@server/utils/s3";
import { ValidationError } from "../errors";
import ApiKey from "./ApiKey";