Adding thumb icon

This commit is contained in:
John Lyon-Smith
2018-03-08 12:57:34 -08:00
parent 0b883de202
commit eeb3eb4947
3 changed files with 16 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ export class MS {
}
}
// Used for intra-service requests, such as when generating packages
// Used for intra-service requests
async request(exchangeName, msgType, msg, correlationId) {
const channel = await this.connection.createChannel()
await channel.checkExchange(exchangeName)