Skip to content

Commit

Permalink
Hide proxy object
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Jan 6, 2025
1 parent de0d048 commit f732d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ if (global.__OPSQLiteProxy == null) {
}

const proxy = global.__OPSQLiteProxy;
export const OPSQLite = proxy as OPSQLiteProxy;
const OPSQLite = proxy as OPSQLiteProxy;

export const {
IOS_DOCUMENT_PATH,
Expand Down

0 comments on commit f732d9c

Please sign in to comment.