diff --git a/src/index.ts b/src/index.ts index e2d7554..fac453f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -110,7 +110,7 @@ class WebSQLConnection implements DatabaseConnection { function onError(tx, error) { reject(`${error.code} ${error.message}`); return false; - }, + } ); }); });