Closed bguedel closed 6 years ago
while trying to get the files from the file server, i have my setup such as
"electrode-ota-server-fileservice":{ "options": { "downloadUrl": "http://my.url.com/storagev2" } },
however my payload is showing up as such
"downloadURL": "undefinedhttp://my.url.com/storagev2/superlonghashthatdoesntreallymatter",
I believe the issue exists here with an extra set of parens
here is the POC https://jsfiddle.net/hLdL4dn5/
Fixed and waiting for merge in #8
FYI #8 is merged this issue can be closed.
while trying to get the files from the file server, i have my setup such as
however my payload is showing up as such
I believe the issue exists here with an extra set of parens
here is the POC https://jsfiddle.net/hLdL4dn5/