Fix for Empty Channels Response

pull/47/head
ShahanaFarooqui 5 years ago
parent 0b4c32bc5c
commit c3fa1d6e00

@ -9,5 +9,5 @@
<link rel="stylesheet" href="styles.6acb6bfec10bb1e126bd.css"></head>
<body>
<rtl-app></rtl-app>
<script type="text/javascript" src="runtime.ec2944dd8b20ec099bf3.js"></script><script type="text/javascript" src="polyfills.418928a701f2040ada02.js"></script><script type="text/javascript" src="main.f653bf8b1ecbea8029c0.js"></script></body>
<script type="text/javascript" src="runtime.ec2944dd8b20ec099bf3.js"></script><script type="text/javascript" src="polyfills.418928a701f2040ada02.js"></script><script type="text/javascript" src="main.17a001a0da5490b78b06.js"></script></body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -39,7 +39,6 @@ exports.getChannels = (req, res, next) => {
channels = (undefined === body.channels) ? [] : body.channels;
Promise.all(
channels.map(channel => {
// console.log(`\nChannel before getting Alias: ${JSON.stringify(channel)} \nAnd Channel Type: ${req.params.channelType}`);
return getAliasForChannel(channel, req.params.channelType);
})
)

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "rtl",
"version": "0.1.6-alpha",
"version": "0.1.7-alpha",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "rtl",
"version": "0.1.6-alpha",
"version": "0.1.7-alpha",
"license": "MIT",
"private": true,
"dependencies": {

Loading…
Cancel
Save