Skip to content

Commit

Permalink
chore: make options really optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 29, 2024
1 parent f555200 commit c295cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/save-webpage/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function saveWebpage(args: {
/**
* Other options to pass to website-scraper.
*/
options?: Options;
options?: Options | undefined;
}): Promise<void> {
await scrape({
...args.options,
Expand Down

0 comments on commit c295cf2

Please sign in to comment.