Skip to content

Commit 0bc7632

Browse files
committed
work on dbauthz
1 parent 91d1515 commit 0bc7632

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

coderd/database/modelmethods.go

-8
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,6 @@ func (c OAuth2ProviderAppCode) RBACObject() rbac.Object {
327327
return rbac.ResourceOauth2AppCodeToken.WithOwner(c.UserID.String())
328328
}
329329

330-
func (WorkspaceAgentMemoryResourceMonitor) RBACObject() rbac.Object {
331-
return rbac.ResourceWorkspaceAgentResourceMonitor.RBACObject()
332-
}
333-
334-
func (WorkspaceAgentVolumeResourceMonitor) RBACObject() rbac.Object {
335-
return rbac.ResourceWorkspaceAgentResourceMonitor.RBACObject()
336-
}
337-
338330
func (OAuth2ProviderAppSecret) RBACObject() rbac.Object {
339331
return rbac.ResourceOauth2AppSecret
340332
}

0 commit comments

Comments
 (0)