mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
fix unsubscribe
This commit is contained in:
@@ -33,7 +33,8 @@ namespace LiveGameFeed.Data
|
||||
new Feed()
|
||||
{
|
||||
Description = "Match started",
|
||||
MatchId = 1
|
||||
MatchId = 1,
|
||||
CreatedAt = DateTime.Now
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -51,7 +52,8 @@ namespace LiveGameFeed.Data
|
||||
new Feed()
|
||||
{
|
||||
Description = "Match started",
|
||||
MatchId = 2
|
||||
MatchId = 2,
|
||||
CreatedAt = DateTime.Now
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user