DanielMorales9 / gym

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decide what you want to do with errors

todo opened this issue · comments

commented

// TODO decide what you want to do with errors
// if (err.hasOwnProperty("status")) {
// if (err.status >= 400) {
// this.notificationService.sendMessage({
// text: message,
// class: 'alert-danger'


This issue was generated by todo based on a TODO comment in df10e0c. It's been assigned to @undefined because they committed the code.