Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed May 22, 2024
1 parent e6a7d56 commit a4d999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pv_file_idb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export class PvFileIDB extends PvFile {
}
};

req.onerror = () => {
store.transaction.onerror = () => {
reject(store.transaction.error);
};

Expand Down

0 comments on commit a4d999d

Please sign in to comment.