Corrected default export
This commit is contained in:
parent
bfd39ee013
commit
eef8fb4284
@ -2,7 +2,7 @@ import { PSQLAdapterError } from "./psql_adapter_error.mjs";
|
||||
import { log, enableDebug } from "./log.mjs";
|
||||
|
||||
|
||||
export const PSQLAdapter = {
|
||||
export default {
|
||||
name: "PawSQLiteCordovaAdapter",
|
||||
|
||||
open: (dbName) => new Promise((resolve, reject) => {
|
||||
|
Loading…
Reference in New Issue
Block a user