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

@@ -15,7 +15,7 @@ import { uniq } from "lodash";
import { AddressInfo } from "net";
import stoppable from "stoppable";
import throng from "throng";
import Logger from "./logging/logger";
import Logger from "./logging/Logger";
import { requestErrorHandler } from "./logging/sentry";
import services from "./services";
import { getArg } from "./utils/args";