Skip to content

Commit 22ec59d

Browse files
fix: ci
1 parent 640138a commit 22ec59d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5669,7 +5669,7 @@ func (q *FakeQuerier) GetUsersByIDs(_ context.Context, ids []uuid.UUID) ([]datab
56695669
return users, nil
56705670
}
56715671

5672-
func (q *FakeQuerier) GetUsersWithAccessToTemplateByID(ctx context.Context, id uuid.UUID) ([]uuid.UUID, error) {
5672+
func (q *FakeQuerier) GetUsersWithAccessToTemplateByID(_ context.Context, id uuid.UUID) ([]uuid.UUID, error) {
56735673
q.mutex.RLock()
56745674
defer q.mutex.RUnlock()
56755675

0 commit comments

Comments
 (0)