Skip to content

Commit 41561b9

Browse files
committed
rm unused tx in dbfake
1 parent 4aa23c6 commit 41561b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbfake/dbfake.go

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

2836-
func (q *FakeQuerier) GetWorkspaceAgentAndOwnerByAuthToken(ctx context.Context, authToken uuid.UUID) (database.GetWorkspaceAgentAndOwnerByAuthTokenRow, error) {
2836+
func (q *FakeQuerier) GetWorkspaceAgentAndOwnerByAuthToken(_ context.Context, authToken uuid.UUID) (database.GetWorkspaceAgentAndOwnerByAuthTokenRow, error) {
28372837
q.mutex.RLock()
28382838
defer q.mutex.RUnlock()
28392839
var resp database.GetWorkspaceAgentAndOwnerByAuthTokenRow

0 commit comments

Comments
 (0)