mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-22 15:45:28 +08:00
Update create.ts
This commit is contained in:
parent
018168c2ad
commit
6cf0667d02
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user