Skip to content

Commit 7a8e9d0

Browse files
Fix an import to be type-only
1 parent 7701194 commit 7a8e9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apollo-collaboration-server/src/checks/checks.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from '@apollo-annotation/schemas'
1818
import { Inject, Injectable, Logger, forwardRef } from '@nestjs/common'
1919
import { InjectModel } from '@nestjs/mongoose'
20-
import { ObjectId } from 'mongodb'
20+
import type { ObjectId } from 'mongodb'
2121
import { Model } from 'mongoose'
2222

2323
import type { FeatureRangeSearchDto } from '../entity/gff3Object.dto.js'

0 commit comments

Comments
 (0)