Skip to content

Commit 42302bc

Browse files
committed
Fix model query
1 parent 4aaff30 commit 42302bc

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
@@ -360,6 +360,7 @@ func (q *sqlQuerier) GetAuthorizedUsers(ctx context.Context, arg GetUsersParams,
360360
&i.QuietHoursSchedule,
361361
&i.ThemePreference,
362362
&i.Name,
363+
&i.GithubComUserID,
363364
&i.Count,
364365
); err != nil {
365366
return nil, err

0 commit comments

Comments
 (0)