mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
add project id
This commit is contained in:
parent
7ab3ba7201
commit
4ba6f714af
@ -120,6 +120,7 @@ export class Service extends DatabaseService<Model> {
|
||||
phone: true,
|
||||
verificationCode: true,
|
||||
isVerified: true,
|
||||
projectId: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -120,6 +120,7 @@ export class Service extends DatabaseService<Model> {
|
||||
phone: true,
|
||||
verificationCode: true,
|
||||
isVerified: true,
|
||||
projectId: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user