Skip to content
/ core Public

Commit 9cdb244

Browse files
committed
fix(post): add Types import from mongoose
- Imported Types from mongoose in post.service.ts to enhance type handling for future development. Signed-off-by: Innei <[email protected]>
1 parent 71f4f91 commit 9cdb244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/core/src/modules/post/post.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Injectable, OnApplicationBootstrap } from '@nestjs/common'
22
import { ModuleRef } from '@nestjs/core'
33
import { debounce, omit } from 'es-toolkit/compat'
4-
import type { AggregatePaginateModel, Document } from 'mongoose'
4+
import type { AggregatePaginateModel, Document, Types } from 'mongoose'
55
import slugify from 'slugify'
66

77
import {

0 commit comments

Comments
 (0)