mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-18 02:52:30 +00:00
fix: remove project grant member from view (#436)
This commit is contained in:
@@ -31,8 +31,8 @@ func (v *View) PutProjectGrantMember(project *model.ProjectGrantMemberView, sequ
|
||||
return v.ProcessedProjectGrantMemberSequence(sequence)
|
||||
}
|
||||
|
||||
func (v *View) DeleteProjectGrantMember(projectID, userID string, eventSequence uint64) error {
|
||||
err := view.DeleteProjectGrantMember(v.Db, projectGrantMemberTable, projectID, userID)
|
||||
func (v *View) DeleteProjectGrantMember(grantID, userID string, eventSequence uint64) error {
|
||||
err := view.DeleteProjectGrantMember(v.Db, projectGrantMemberTable, grantID, userID)
|
||||
if err != nil {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user