Skip to content

Commit

Permalink
chore: resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Oct 17, 2023
1 parent 42834ef commit 0c5101d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ export class TaskExecutor {
* Sets a timeout for waiting for offers from the market.
* If at least one offer is not confirmed during the set timeout,
* a critical error will be reported and the entire process will be interrupted.
* @private
*/
private setStartupTimeout() {
this.startupTimeoutId = setTimeout(() => {
Expand Down

0 comments on commit 0c5101d

Please sign in to comment.