Fix Create method syntax in Event class
This commit is contained in:
@@ -15,5 +15,5 @@ public class Event
|
||||
{
|
||||
Payload = JsonSerializer.Serialize<T>(payload);
|
||||
PayloadType = payload.GetType().FullName!;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user