chore: Fixed case of Metrics import

This commit is contained in:
Tom Moor
2022-11-22 23:08:52 -05:00
parent 09f5462068
commit 0794450596
7 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import { defaults } from "lodash";
import RateLimiter from "@server/RateLimiter";
import env from "@server/env";
import { RateLimitExceededError } from "@server/errors";
import Metrics from "@server/logging/metrics";
import Metrics from "@server/logging/Metrics";
import Redis from "@server/redis";
/**