From b49e40780a07f9dcafd69d1d2233fd330c023720 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 20 Nov 2024 14:29:48 +0000 Subject: [PATCH] Remove unused ObjectID import from ClusterKeyAuthorization middleware --- Common/Server/Middleware/ClusterKeyAuthorization.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Common/Server/Middleware/ClusterKeyAuthorization.ts b/Common/Server/Middleware/ClusterKeyAuthorization.ts index bb9723a8f3..445538fb6a 100644 --- a/Common/Server/Middleware/ClusterKeyAuthorization.ts +++ b/Common/Server/Middleware/ClusterKeyAuthorization.ts @@ -7,7 +7,6 @@ import { import Response from "../Utils/Response"; import Dictionary from "Common/Types/Dictionary"; import BadDataException from "Common/Types/Exception/BadDataException"; -import ObjectID from "Common/Types/ObjectID"; export default class ClusterKeyAuthorization { public static getClusterKeyHeaders(): Dictionary {