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 a5a3b66 commit 8262d7f
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 @@ -438,8 +438,6 @@ export class RoleService {
channels,
});

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

return this.connection.getRepository(ctx, Role).save(role);
}

Expand Down

0 comments on commit 8262d7f

Please sign in to comment.