Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yumata committed Sep 2, 2024
1 parent 58b9028 commit d394ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -5511,9 +5511,9 @@
});

addRequest.onerror = function (event) {
_this6.log(addRequest.error || 'An error occurred while adding data', store_name, key);
_this6.log(addRequest.error || 'An error occurred while rewrite data', store_name, key);

reject(addRequest.error || 'An error occurred while adding data');
reject(addRequest.error || 'An error occurred while rewrite data');
};

addRequest.onsuccess = resolve;
Expand Down

0 comments on commit d394ffb

Please sign in to comment.