um-react/patches/sql.js@1.8.0.patch
Jixun Wu da39d5f5c1
All checks were successful
continuous-integration/drone/push Build is passing
feat: import ekey from Android db (#20)
2023-06-11 16:22:57 +01:00

12 lines
391 B
Diff

diff --git a/dist/sql-wasm.js b/dist/sql-wasm.js
index e0da60ba096433d9af1c7025d2ffb9c521f190ed..89a5da6af23e1a644106d38dafe7cfa85500a8c4 100644
--- a/dist/sql-wasm.js
+++ b/dist/sql-wasm.js
@@ -192,3 +192,7 @@ else if (typeof define === 'function' && define['amd']) {
else if (typeof exports === 'object'){
exports["Module"] = initSqlJs;
}
+
+var module;
+export default initSqlJs;
+