Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Extra line in dashboard api #1145

Closed
jerson opened this issue Jan 15, 2018 · 1 comment
Closed

Extra line in dashboard api #1145

jerson opened this issue Jan 15, 2018 · 1 comment
Labels

Comments

@jerson
Copy link

jerson commented Jan 15, 2018

check the source code line 36 and 37 overwrite the value of datas

app.get('/', function (req, res) {
let datas = objectWithoutKey(tradeObject, 'options');
datas = objectWithoutKey(tradeObject, 'lookback');
res.render('dashboard', datas);
});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants