From 258a5620312127b002e5cdf93fce91469708dc3e Mon Sep 17 00:00:00 2001 From: Naz Date: Wed, 24 May 2023 17:31:14 +0700 Subject: [PATCH] Fixed linting error refs https://github.com/TryGhost/Ghost/commit/fdd73d01b7b90f8aaa677baceee0e67d2525d231 --- ghost/collections/test/collections.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/collections/test/collections.test.ts b/ghost/collections/test/collections.test.ts index fd24ce9325..8d9656ba28 100644 --- a/ghost/collections/test/collections.test.ts +++ b/ghost/collections/test/collections.test.ts @@ -1,5 +1,4 @@ import assert from 'assert'; -import ObjectID from 'bson-objectid'; import {CollectionsService} from '../src/index'; import {CollectionsRepositoryInMemory} from '../src/CollectionsRepositoryInMemory';