diff --git a/src/pawsqlite.mjs b/src/pawsqlite.mjs index d156c4e..34ff082 100644 --- a/src/pawsqlite.mjs +++ b/src/pawsqlite.mjs @@ -27,7 +27,7 @@ export default { }; -function wrapAdapter() { +function wrapAdapter(adapter) { const wrapped = {}; ["name", "open", "close", "delete", "sql"].forEach((prop) => {