1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Fixed MongoDB connection string

This commit is contained in:
Ylian Saint-Hilaire 2019-07-29 18:21:52 -07:00
parent ec0047369b
commit d0737562aa
6 changed files with 7 additions and 9 deletions

View file

@ -2096,7 +2096,7 @@
break;
}
default:
console.log('Unknown message.action', message.action);
//console.log('Unknown message.action', message.action);
break;
}
}