Smarter Status Redux fixed

This commit is contained in:
Nicolas Gotchac 2016-11-17 18:45:23 +01:00
parent 50473a69f4
commit 868fdd68ab

View File

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