Removed correlationId from events - no longer used or needed

This commit is contained in:
Nav
2022-05-01 19:33:22 +01:00
parent 17daa5fbb9
commit 554d4607c5
2 changed files with 4 additions and 15 deletions

View File

@@ -38,7 +38,6 @@ namespace Bloom::Events
public:
int id = ++(Event::lastEventId);
QDateTime createdTimestamp = DateTime::currentDateTime();
std::optional<int> correlationId;
static constexpr EventType type = EventType::GENERIC;
static inline const std::string name = "GenericEvent";