Skip to content

Commit

Permalink
fix(core): Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBiegler committed Dec 1, 2024
1 parent 9fb95b9 commit a5a3b66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/service/services/role.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ export class RoleService {
role.channels = targetChannels;
}

// TODO need to update the channel-role rows here if the strategy demands it

await this.connection.getRepository(ctx, Role).save(role, { reload: false });
const updatedRole = await assertFound(this.findOne(ctx, role.id));
await this.eventBus.publish(new RoleEvent(ctx, updatedRole, 'updated', input));
Expand Down

0 comments on commit a5a3b66

Please sign in to comment.