Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: make event store accept IUser (#3076)
## About the changes Currently, we need to remember of using the email or else the username of a user when storing into EventStore, because we don't have [strictNullChecks](https://www.typescriptlang.org/tsconfig#strictNullChecks), it's error-prone. Fix for a production issue: #3072 This reuses an existing function that also deals with undefined
- Loading branch information