Skip to content

Commit 432a261

Browse files
committed
database: add missing argument to GetAuthorizedWorkspaces
1 parent 64e80fb commit 432a261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/modelqueries.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ func (q *sqlQuerier) GetAuthorizedWorkspaces(ctx context.Context, arg GetWorkspa
200200
rows, err := q.db.QueryContext(ctx, query,
201201
arg.Deleted,
202202
arg.Status,
203+
pq.Array(arg.WorkspaceIds),
203204
arg.OwnerID,
204205
arg.OwnerUsername,
205206
arg.TemplateName,

0 commit comments

Comments
 (0)