Skip to content

Commit f44b62b

Browse files
committed
fix: ctx
1 parent 6bf64d3 commit f44b62b

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
@@ -1104,7 +1104,7 @@ func (q *FakeQuerier) DeleteLicense(_ context.Context, id int32) (int32, error)
11041104
return 0, sql.ErrNoRows
11051105
}
11061106

1107-
func (*FakeQuerier) DeleteOldProvisionerDaemons(ctx context.Context) error {
1107+
func (*FakeQuerier) DeleteOldProvisionerDaemons(_ context.Context) error {
11081108
// no-op
11091109
return nil
11101110
}

0 commit comments

Comments
 (0)