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

Skip to content

Commit ada1951

Browse files
committed
rm unused tx in dbfake
1 parent ff52aa3 commit ada1951

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
@@ -2742,7 +2742,7 @@ func (q *FakeQuerier) GetUsersByIDs(_ context.Context, ids []uuid.UUID) ([]datab
27422742
return users, nil
27432743
}
27442744

2745-
func (q *FakeQuerier) GetWorkspaceAgentAndOwnerByAuthToken(ctx context.Context, authToken uuid.UUID) (database.GetWorkspaceAgentAndOwnerByAuthTokenRow, error) {
2745+
func (q *FakeQuerier) GetWorkspaceAgentAndOwnerByAuthToken(_ context.Context, authToken uuid.UUID) (database.GetWorkspaceAgentAndOwnerByAuthTokenRow, error) {
27462746
q.mutex.RLock()
27472747
defer q.mutex.RUnlock()
27482748
var resp database.GetWorkspaceAgentAndOwnerByAuthTokenRow

0 commit comments

Comments
 (0)