fixing things regarding bson error with node and such...now working?

This commit is contained in:
talksik
2022-04-03 09:04:25 -04:00
parent 7205fac3f5
commit 19b90b2196
11 changed files with 248 additions and 41 deletions
@@ -0,0 +1,3 @@
export default class CreateConvoRequest {
constructor(public otherMemberIds: string[]) {}
}