Skip to content

Commit 5c0fb09

Browse files
committed
fix: remove unused variable
1 parent d193edd commit 5c0fb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3974,7 +3974,7 @@ func (q *FakeQuerier) GetOrganizationIDsByMemberIDs(_ context.Context, ids []uui
39743974
return getOrganizationIDsByMemberIDRows, nil
39753975
}
39763976

3977-
func (q *FakeQuerier) GetOrganizationResourceCountByID(ctx context.Context, organizationID uuid.UUID) (database.GetOrganizationResourceCountByIDRow, error) {
3977+
func (q *FakeQuerier) GetOrganizationResourceCountByID(_ context.Context, organizationID uuid.UUID) (database.GetOrganizationResourceCountByIDRow, error) {
39783978
q.mutex.RLock()
39793979
defer q.mutex.RUnlock()
39803980

0 commit comments

Comments
 (0)