Skip to content

Commit

Permalink
fix: Zotero.DB.queryAsync has only 1 required parameter
Browse files Browse the repository at this point in the history
fix: #58
  • Loading branch information
windingwind committed Jan 12, 2025
1 parent c291101 commit 77efd88
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 @@ -94,7 +94,7 @@ declare namespace _ZoteroTypes {
*/
queryAsync(
sql: string,
params: DB.QueryParams,
params?: DB.QueryParams,
options?: {
inBackup?: boolean;
noParseParams?: boolean;
Expand Down

0 comments on commit 77efd88

Please sign in to comment.