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

Skip to content

Commit 262edb0

Browse files
committed
linting, remove unused ctx in dbfake
1 parent 9bf32c5 commit 262edb0

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
@@ -2734,7 +2734,7 @@ func (q *FakeQuerier) GetWorkspaceBuildByID(ctx context.Context, id uuid.UUID) (
27342734
return q.getWorkspaceBuildByIDNoLock(ctx, id)
27352735
}
27362736

2737-
func (q *FakeQuerier) GetWorkspaceBuildByJobID(ctx context.Context, jobID uuid.UUID) (database.WorkspaceBuild, error) {
2737+
func (q *FakeQuerier) GetWorkspaceBuildByJobID(_g context.Context, jobID uuid.UUID) (database.WorkspaceBuild, error) {
27382738
q.mutex.RLock()
27392739
defer q.mutex.RUnlock()
27402740

0 commit comments

Comments
 (0)