fixing things regarding bson error with node and such...now working?
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Conversation } from "../models/conversation.model";
|
||||
|
||||
export default class GetDmConversationByOtherUserIdResponse {
|
||||
constructor(public conversation: Conversation) {}
|
||||
}
|
||||
Reference in New Issue
Block a user