Browse Source

Merge branch 'c#7-features' into dev

pull/144/head
Eduard Tomas 8 years ago
parent
commit
9893c29d4b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.cs

+ 1
- 1
src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.cs View File

@ -117,7 +117,7 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ
}
else
{
((_model, _connection) = CreateConnection();
(_model, _connection) = CreateConnection();
return _model;
}
}


Loading…
Cancel
Save