Skip to content

Commit f732d9c

Browse files
committed
Hide proxy object
1 parent de0d048 commit f732d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ if (global.__OPSQLiteProxy == null) {
335335
}
336336

337337
const proxy = global.__OPSQLiteProxy;
338-
export const OPSQLite = proxy as OPSQLiteProxy;
338+
const OPSQLite = proxy as OPSQLiteProxy;
339339

340340
export const {
341341
IOS_DOCUMENT_PATH,

0 commit comments

Comments
 (0)