Skip to content

Commit

Permalink
fix: typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Mar 8, 2022
1 parent 8130dab commit 1b55237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private boolean _reset(Boolean toAutoUpdate) {

@PluginMethod
public void reset(PluginCall call) {
Bool toAutoUpdate = call.getBoolean("toAutoUpdate");
Boolean toAutoUpdate = call.getBoolean("toAutoUpdate");
if (this._reset(toAutoUpdate)) {
return call.resolve();
}
Expand Down

0 comments on commit 1b55237

Please sign in to comment.