Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbrgowda committed Sep 12, 2024
1 parent 9d4faee commit d77830a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { forwardRef } from '@nestjs/common'
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
/* eslint-disable @typescript-eslint/no-unsafe-argument */
import { CheckResultSnapshot } from '@apollo-annotation/mst'
Expand All @@ -10,7 +9,7 @@ import {
CheckSchema,
} from '@apollo-annotation/schemas'
import { CheckResultUpdate } from '@apollo-annotation/shared'
import { Module } from '@nestjs/common'
import { Module, forwardRef } from '@nestjs/common'
import { MongooseModule, getConnectionToken } from '@nestjs/mongoose'
import idValidator from 'mongoose-id-validator'

Expand Down

0 comments on commit d77830a

Please sign in to comment.