Skip to content

Commit

Permalink
fix Filtered
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyatomohiro committed Feb 20, 2025
1 parent 2425d89 commit 2063494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account/accountusecase/accountrepo/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ func (c *Container) Filtered(workspace WorkspaceFilter) *Container {
Workspace: c.Workspace.Filtered(workspace),
User: c.User,
Users: c.Users,
Role: c.Role,
Permittable: c.Permittable,
Role: c.Role, // TODO: Delete this once the permission check migration is complete.
Permittable: c.Permittable, // TODO: Delete this once the permission check migration is complete.
}
}

Expand Down

0 comments on commit 2063494

Please sign in to comment.