From f7ffe1288a93fc5f9b0f7bf0981a82fe63a4b449 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 2 May 2025 05:58:55 +0300 Subject: [PATCH] Update create.ts --- scripts/commands/report/create.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/report/create.ts b/scripts/commands/report/create.ts index 5841858d9b..c49a6413d8 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 = {