Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepixelart committed Nov 6, 2023
1 parent 599a51c commit 70360b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { saveHooksInitialize } from './hooks/save-hooks'
import { updateHooksInitialize } from './hooks/update-hooks'
import { deleteHooksInitialize } from './hooks/delete-hooks'

import type { HydratedDocument, Model, Schema, ToObjectOptions } from 'mongoose'
import type { HydratedDocument, Model, Schema } from 'mongoose'
import type IPluginOptions from './interfaces/IPluginOptions'
import type IContext from './interfaces/IContext'

Expand Down

0 comments on commit 70360b4

Please sign in to comment.