Skip to content

Commit

Permalink
fix: syntax error after #53
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Nov 24, 2024
1 parent bdca10a commit 182a589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/xpcom/db.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ declare namespace _ZoteroTypes {
options?: {
inBackup?: boolean;
noCache?: boolean;
debug:? boolean;
debug?: boolean;
debugParams?: boolean;
},
): Promise<object[][]>;
Expand Down

0 comments on commit 182a589

Please sign in to comment.