Rest api updated
This commit is contained in:
parent
d551dea425
commit
eebbdda064
7 changed files with 591 additions and 205 deletions
|
|
@ -107,6 +107,7 @@ const schemaUser = new SimpleSchema({
|
|||
telegramUsername: { type: String, optional: true },
|
||||
telegramFirstName: { type: String, optional: true },
|
||||
telegramLanguageCode: { type: String, optional: true },
|
||||
fireBaseToken: { type: String, optional: true },
|
||||
createdAt: defaultCreatedAt,
|
||||
updatedAt: defaultUpdateAt
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue