Skip to content

Commit 6f9ee00

Browse files
Merge pull request dotnet-architecture#730 from 07101994/dev
Removed unused EventBusConnection property
2 parents a9a9ddf + 2a22ef7 commit 6f9ee00

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Services/Basket/Basket.API/BasketSettings.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
public class BasketSettings
44
{
55
public string ConnectionString { get; set; }
6-
7-
public string EventBusConnection { get; set; }
86
}
97
}

0 commit comments

Comments
 (0)