Closed toebes closed 4 years ago
Versions
Describe the Bug When making an incorrect call to HistoricalModel::backward (https://docs.convergence.io/js-api/classes/real_time_data.historicalmodel.html#backward) and passing a value out of range, the generated error message has a misspelled word: Error: Cannot move backawrd by 118, because that would move beyond version 0.
Error: Cannot move backawrd by 118, because that would move beyond version 0.
Step To Reproduce
const url = "<URL FOR SERVER>"; Convergence.connect(url, "username", "password") .then((domain: ConvergenceDomain) => { const modelService = domain.models(); modelService.history("<modelid>") .then((model: HistoricalModel) => { model.backward(model.version() + 1); }) });
Expected Behavior Error message should spell backward correctly :-)
Versions
Describe the Bug When making an incorrect call to HistoricalModel::backward (https://docs.convergence.io/js-api/classes/real_time_data.historicalmodel.html#backward) and passing a value out of range, the generated error message has a misspelled word:
Error: Cannot move backawrd by 118, because that would move beyond version 0.
Step To Reproduce
Expected Behavior Error message should spell backward correctly :-)