Added missing paramter for wrapAdapter
This commit is contained in:
parent
d0ef96dafe
commit
32e50f783c
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user