Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 4, 2024
1 parent 3a8559b commit 781d113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,8 @@ public void notifyListeners(final String id, final JSObject res) {
this.updateUrl = this.getConfig().getString("updateUrl", updateUrlDefault);
this.autoUpdate = this.getConfig().getBoolean("autoUpdate", true);
this.appReadyTimeout = this.getConfig().getInt("appReadyTimeout", 10000);
this.implementation.timeout = this.getConfig()
.getInt("responseTimeout", 20) *
1000;
this.implementation.timeout =
this.getConfig().getInt("responseTimeout", 20) * 1000;
boolean resetWhenUpdate =
this.getConfig().getBoolean("resetWhenUpdate", true);

Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 781d113

Please sign in to comment.