Skip to content

Commit 863fb62

Browse files
committed
no need to continue after we've granted the role
1 parent 972ee48 commit 863fb62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

google/apistore.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ func (c *APIStore) grantRole(bucket, member, role string) error {
123123
}
124124
b.Members = append(b.Members, member)
125125
added = true
126+
break
126127
}
127128
}
128129

0 commit comments

Comments
 (0)