Added missing paramter for wrapAdapter

This commit is contained in:
Ben Ashton 2021-03-02 14:10:52 -08:00
parent d0ef96dafe
commit 32e50f783c

View File

@ -27,7 +27,7 @@ export default {
}; };
function wrapAdapter() { function wrapAdapter(adapter) {
const wrapped = {}; const wrapped = {};
["name", "open", "close", "delete", "sql"].forEach((prop) => { ["name", "open", "close", "delete", "sql"].forEach((prop) => {