Skip to content

Commit

Permalink
Remove unused eslint directive
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed May 7, 2024
1 parent 37b3a85 commit bb323af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/apollo-collaboration-server/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ async function bootstrap() {

// Add/update checks if needed
const checksMap: Map<string, Check> = checkRegistry.getChecks()
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
await mongoose.connect(mongodbURI, {})
const ChecksModel = mongoose.model('checks', CheckSchema)
for (const [key, check] of checksMap.entries()) {
Expand Down

0 comments on commit bb323af

Please sign in to comment.