Skip to content

Commit

Permalink
fix undefined filledNode again
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Oct 23, 2023
1 parent 4190dca commit 335ca90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bots/filler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1052,10 +1052,10 @@ export class FillerBot implements Bot {
filledNode.node.order!.orderId
}; does not exist (filled by someone else); ${log}`
);
this.clearThrottledNode(getNodeToFillSignature(filledNode));
} else {
logger.error(`Tried to fille node filled by someone else; ${log}`);
logger.error(`Tried to fill node filled by someone else; ${log}`);
}
this.clearThrottledNode(getNodeToFillSignature(filledNode));
errorThisFillIx = true;
continue;
}
Expand Down

0 comments on commit 335ca90

Please sign in to comment.