mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-15 20:34:58 +01:00
Initial Commit
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Immutable;
|
||||
using System.Text;
|
||||
namespace Observatory.Framework.Files.Journal;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
public class InvalidJson : JournalBase
|
||||
{
|
||||
public class InvalidJson : JournalBase
|
||||
{
|
||||
public string OriginalEvent { get; init; }
|
||||
}
|
||||
}
|
||||
public string OriginalEvent { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user