Skip to content

Commit

Permalink
Revert "fix Filtered"
Browse files Browse the repository at this point in the history
This reverts commit 2425d89.
  • Loading branch information
akiyatomohiro committed Feb 20, 2025
1 parent 83eeac0 commit 5950671
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions account/accountusecase/accountrepo/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ func (c *Container) Filtered(workspace WorkspaceFilter) *Container {
return c
}
return &Container{
Workspace: c.Workspace.Filtered(workspace),
User: c.User,
Users: c.Users,
Role: c.Role,
Permittable: c.Permittable,
Workspace: c.Workspace.Filtered(workspace),
User: c.User,
Users: c.Users,
}
}

Expand Down

0 comments on commit 5950671

Please sign in to comment.