mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Fix for Empty Channels Response
This commit is contained in:
parent
0b4c32bc5c
commit
c3fa1d6e00
6 changed files with 4 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
1
angular/main.17a001a0da5490b78b06.js
Normal file
1
angular/main.17a001a0da5490b78b06.js
Normal file
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
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…
Add table
Add a link
Reference in a new issue