mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-25 15:35:47 +00:00
belogs
This commit is contained in:
parent
028e72ab99
commit
0c85905887
@ -29,7 +29,7 @@ export default class MigrateDefaultUserNotificationRule extends DataMigrationBas
|
||||
});
|
||||
|
||||
for (const user of users) {
|
||||
// then get all the projects the user belogs to.
|
||||
// then get all the projects the user belongs to.
|
||||
const teamMembers: Array<TeamMember> =
|
||||
await TeamMemberService.findBy({
|
||||
query: {
|
||||
|
@ -29,7 +29,7 @@ export default class MigrateDefaultUserNotificationSetting extends DataMigration
|
||||
});
|
||||
|
||||
for (const user of users) {
|
||||
// then get all the projects the user belogs to.
|
||||
// then get all the projects the user belongs to.
|
||||
const teamMembers: Array<TeamMember> =
|
||||
await TeamMemberService.findBy({
|
||||
query: {
|
||||
|
Loading…
Reference in New Issue
Block a user