Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6e6856

Browse files
fix: ci
1 parent f8e677b commit e6e6856

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

coderd/database/dbmem/dbmem.go

+1-1
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)