Remove unused return value

This function already appends to passed array. No need to return it.
This commit is contained in:
Rafał Dzięgiel
2021-04-16 11:03:44 +02:00
parent 2fd94fdc70
commit 457cbde25e

View File

@@ -37,8 +37,6 @@ function _appendItagArray(arr, opts, formats)
) )
break; break;
} }
return arr;
} }
function getDashItags(opts) function getDashItags(opts)