0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed linting error

refs fdd73d01b7
This commit is contained in:
Naz 2023-05-24 17:31:14 +07:00
parent 4cb5cc9087
commit 258a562031
No known key found for this signature in database

View file

@ -1,5 +1,4 @@
import assert from 'assert';
import ObjectID from 'bson-objectid';
import {CollectionsService} from '../src/index';
import {CollectionsRepositoryInMemory} from '../src/CollectionsRepositoryInMemory';