Skip to content

Commit

Permalink
fixing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jan 10, 2025
1 parent e1aecbf commit ffddc6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/iframe-driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export class IframeSQLiteDriver extends SqliteLikeBaseDriver {
protected supportBigInt = false;

constructor(options?: {
supportPragmaList: boolean;
supportBigInt: boolean;
supportPragmaList?: boolean;
supportBigInt?: boolean;
}) {
super();
if (options?.supportPragmaList !== undefined) {
Expand Down

0 comments on commit ffddc6a

Please sign in to comment.