mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 17:37:43 +00:00
don't store receivedAt and source metadata
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user