mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
have akka.net and signalr communicating
This commit is contained in:
@@ -44,7 +44,6 @@ public class CoursePlanner
|
||||
get => _localCourse;
|
||||
set
|
||||
{
|
||||
using var activity = DiagnosticsConfig.Source?.StartActivity("Loading Course");
|
||||
if (value == null)
|
||||
{
|
||||
_localCourse = null;
|
||||
|
||||
Reference in New Issue
Block a user