Remove unused ObjectID import from ClusterKeyAuthorization middleware

This commit is contained in:
Simon Larsen 2024-11-20 14:29:48 +00:00
parent dd01fa0a3d
commit b49e40780a
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -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<string> {