Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: Avoid cloning events to add
timestamp
We are always passing in fresh objects to this method, so instead of cloning this into a new object, we can just put the `timestamp` on the given object directly and return it, saving a bit of processing cost.
- Loading branch information