mirror of
https://github.com/vernu/textbee.git
synced 2026-05-18 21:35:12 -04:00
test(api): fix failing test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Prop, Schema, SchemaFactory } from '@nestjs/mongoose'
|
||||
import { Document, Types } from 'mongoose'
|
||||
import { User } from 'src/users/schemas/user.schema'
|
||||
import { User } from '../../users/schemas/user.schema'
|
||||
|
||||
export type CheckoutSessionDocument = CheckoutSession & Document
|
||||
|
||||
|
||||
Reference in New Issue
Block a user