diff --git a/scripts/commands/report/create.ts b/scripts/commands/report/create.ts index 5841858d9..c49a6413d 100644 --- a/scripts/commands/report/create.ts +++ b/scripts/commands/report/create.ts @@ -42,7 +42,7 @@ async function main() { issue.labels.find((label: string) => label === 'streams:remove') ) removeRequests.forEach((issue: Issue) => { - const streamUrls = issue.data.getArray('streamUrl') || [] + const streamUrls = issue.data.has('streamUrl') ? issue.data.getArray('streamUrl') : [] if (!streamUrls.length) { const result = {