don't store receivedAt and source metadata

This commit is contained in:
Doug Hoyte
2024-08-30 16:51:43 -04:00
parent 21d4e07b87
commit 391f632b73
12 changed files with 18 additions and 30 deletions

View File

@ -55,7 +55,7 @@ void cmd_import(const std::vector<std::string> &subArgs) {
continue;
}
writer.write({ std::move(evJson), EventSourceType::Import, "" });
writer.write({ std::move(evJson), });
writer.wait();
}