Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita60a3b7

Browse files
committed
gen
1 parent333d661 commita60a3b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎coderd/workspaceagents.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ func (api *API) workspaceAgent(rw http.ResponseWriter, r *http.Request) {
6767

6868
vareg errgroup.Group
6969
eg.Go(func() (errerror) {
70-
// nolint:gocritic // This is a system restricted operation.
71-
dbApps,err=api.Database.GetWorkspaceAppsByAgentID(dbauthz.AsSystemRestricted(ctx),workspaceAgent.ID)
70+
dbApps,err=api.Database.GetWorkspaceAppsByAgentID(ctx,workspaceAgent.ID)
7271
returnerr
7372
})
7473
eg.Go(func() (errerror) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp