Skip to content

Commit

Permalink
fix: remove bad return
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Dec 16, 2021
1 parent e5c5c9b commit f2179d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,5 @@ public void reset() {
editor.putString("lastPathHot", "");
editor.putString("serverBasePath", "");
editor.commit();
return null;
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-updater",
"version": "1.0.19",
"version": "1.0.20",
"license": "AGPL-3.0-only",
"description": "Download app update from url",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit f2179d9

Please sign in to comment.