Skip to content

Commit a6bd70d

Browse files
committed
update
1 parent 0ad0950 commit a6bd70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/services/http-helper.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class HttpHelperService {
5858
if (err.code === 500) {
5959
const instancesString = localStorage.getItem(REDIS_INSTANCES_KEY);
6060
const instances = instancesString ? JSON.parse(instancesString) : [];
61-
const instance = _.find(instances, {'id': err.instanceId});console.log('dsadas');console.log(instance);
61+
const instance = _.find(instances, {'id': err.instanceId});
6262
if (instance) {
6363
const id = instance.id;
6464
const host = instance.serverModel.name;

0 commit comments

Comments
 (0)