This commit is contained in:
Carl Downing 2023-07-30 15:24:43 -07:00
parent 028e72ab99
commit 0c85905887
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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: {