Skip to content

Commit 1147bf8

Browse files
rm redunant import
1 parent e75de96 commit 1147bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/releaseFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Collection, Db, ObjectId } from 'mongodb';
1+
import { Collection, Db} from 'mongodb';
22
import { ReleaseDBScheme, SourceMapFileChunk } from '@hawk.so/types';
33
import DataLoaders from '../dataLoaders';
44

0 commit comments

Comments
 (0)