Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed May 8, 2024
1 parent c971418 commit cdc72c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class TrackedWorkerAgents {
const cost = await workerAgent.api.getCostForExpectation(trackedExp.exp)

if (cost.cost !== null) {
// null means that the cost is "infinite"
// null means that the cost is "infinite"
workerCosts.push({
worker: workerAgent.api,
id: workerId,
Expand Down

0 comments on commit cdc72c6

Please sign in to comment.