Browse Source

Removed unused EventBusConnection property

pull/730/head
Tushar Koshti 6 years ago
committed by GitHub
parent
commit
2a22ef7802
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