trying to add everything but models are messy with mongoose...just nonsense from higher perspective
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ObjectId } from "mongodb";
|
||||
|
||||
export class GoogleUserInfo {
|
||||
export default class GoogleUserInfo {
|
||||
constructor(
|
||||
public id: string,
|
||||
public email: string,
|
||||
|
||||
Reference in New Issue
Block a user