Skip to content

Commit

Permalink
fixstate
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gurtzick <[email protected]>
  • Loading branch information
wzrdtales committed Jul 14, 2024
1 parent d5f9741 commit 1f0f623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/methods/v2/translatestate.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function processEntry (
if (
internals.rollback === true &&
internals.rollbackContinue !== true &&
driver.udriver._meta.signalColumns.indexOf(action) !== -1
driver.udriver._meta?.signalColumns?.indexOf(action) !== -1
) {
internals.rollbackContinue = true;
skip = driver.udriver._counter.previousSignal() === null;
Expand Down

0 comments on commit 1f0f623

Please sign in to comment.