Skip to content

Commit

Permalink
s3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
itcon-pty-au committed Sep 4, 2024
1 parent d57c93b commit 568f330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function importDataToStorage(data) {
const transaction = db.transaction(["keyval"], "readwrite");

const objectStore = transaction.objectStore("keyval");

for (var key in data.indexedDB) {
if (data.indexedDB.hasOwnProperty(key)) {
objectStore.put(data.indexedDB[key], key);
Expand Down

0 comments on commit 568f330

Please sign in to comment.