Skip to content

Commit

Permalink
fix: letsboost
Browse files Browse the repository at this point in the history
  • Loading branch information
driedpampas authored Oct 14, 2023
1 parent 14a7dcb commit 7a0b83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bypasses/letsboost.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class Letsboost extends BypassDefinition {
execute() {
const jsonDat = window.JSON.parse(stepDat);
const url = jsonDat[jsonDat.length-1]["url"];
this.redirect(url);
this.helpers.safelyNavigate(url);
}
}

Expand Down

0 comments on commit 7a0b83c

Please sign in to comment.