JournalService setup work in progress

This commit is contained in:
Rgebee 2024-05-07 12:02:43 +01:00
commit f3ce62b551
12 changed files with 215 additions and 85 deletions

View file

@ -5,7 +5,7 @@ namespace Pulsar.Utils;
public static class JournalReader
{
public static TJournal ObservatoryDeserializer<TJournal>(string json) where TJournal : IJournal
public static TJournal ObservatoryDeserializer<TJournal>(string json) where TJournal : JournalBase
{
TJournal deserialized;