add project id

This commit is contained in:
Simon Larsen 2023-11-05 12:15:42 +00:00
parent 7ab3ba7201
commit 4ba6f714af
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
2 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ export class Service extends DatabaseService<Model> {
phone: true,
verificationCode: true,
isVerified: true,
projectId: true,
},
});

View File

@ -120,6 +120,7 @@ export class Service extends DatabaseService<Model> {
phone: true,
verificationCode: true,
isVerified: true,
projectId: true,
},
});