Browse Source

Merge pull request #730 from 07101994/dev

Removed unused EventBusConnection property
pull/802/head
RamonTC 6 years ago
committed by GitHub
parent
commit
6f9ee00568
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Services/Basket/Basket.API/BasketSettings.cs

+ 0
- 2
src/Services/Basket/Basket.API/BasketSettings.cs View File

@ -3,7 +3,5 @@
public class BasketSettings
{
public string ConnectionString { get; set; }
public string EventBusConnection { get; set; }
}
}

Loading…
Cancel
Save