fixing things across the board

This commit is contained in:
talksik
2022-03-18 10:03:57 -04:00
parent 9613e2b2cf
commit 3488278d2d
10 changed files with 95 additions and 52 deletions
+2 -3
View File
@@ -9,7 +9,6 @@ export class User {
public family_name: string,
public picture: string,
public locale: string,
public _id?: ObjectId
) // additional properties specific to our users collection
{}
public _id?: ObjectId // additional properties specific to our users collection
) {}
}