Skip to content

Commit

Permalink
fix: add default empty array for secret values (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino authored Aug 22, 2024
1 parent d1cbc34 commit 737cc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entries/Offscreen/Offscreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ async function createProof(options: {
notaryUrl,
websocketProxyUrl,
id,
secretHeaders,
secretResps,
secretHeaders = [],
secretResps = [],
} = options;

const hostname = urlify(url)?.hostname || '';
Expand Down

0 comments on commit 737cc10

Please sign in to comment.