We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad0950 commit a6bd70dCopy full SHA for a6bd70d
src/app/services/http-helper.service.ts
@@ -58,7 +58,7 @@ export class HttpHelperService {
58
if (err.code === 500) {
59
const instancesString = localStorage.getItem(REDIS_INSTANCES_KEY);
60
const instances = instancesString ? JSON.parse(instancesString) : [];
61
- const instance = _.find(instances, {'id': err.instanceId});console.log('dsadas');console.log(instance);
+ const instance = _.find(instances, {'id': err.instanceId});
62
if (instance) {
63
const id = instance.id;
64
const host = instance.serverModel.name;
0 commit comments