mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 09:17:47 +00:00
move feed service from match component
This commit is contained in:
@@ -60,7 +60,7 @@ namespace LiveGameFeed.Core
|
||||
FeedViewModel _feed = new FeedViewModel()
|
||||
{
|
||||
MatchId = match.Id,
|
||||
Description = points + " points for " + (updateHost == true ? match.Host : match.Guest + "!"),
|
||||
Description = points + " points for " + (updateHost == true ? match.Host : match.Guest) + "!",
|
||||
CreatedAt = DateTime.Now
|
||||
};
|
||||
using (var client = new HttpClient())
|
||||
|
||||
Reference in New Issue
Block a user