Smarter Status Redux fixed

This commit is contained in:
Nicolas Gotchac 2016-11-17 18:45:23 +01:00
parent 50473a69f4
commit 868fdd68ab
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default class Status {
this._api = api;
this._store = store;
this.__pingable = false;
this._pingable = false;
this._apiStatus = {};
this._status = {};
}