Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvmail committed Oct 14, 2023
1 parent 39e3a09 commit 94e5ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class WebSQLConnection implements DatabaseConnection {
function onError(tx, error) {
reject(`${error.code} ${error.message}`);
return false;
},
}
);
});
});
Expand Down

0 comments on commit 94e5ff3

Please # to comment.