Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What are you trying to accomplish? A refactoring opportunity: after reading `createAckEvent()` and `createTextEvent`'s definitions, I noticed that the only difference was that the former passes in an empty string for its content. ### What approach did you choose and why? I chose to update the body to use `createTextEvent()` directly, passing an empty string for its `message` argument. Ran tests locally and in CI to verify this works 👍 ### What should reviewers focus on? Nothing I haven't mentioned 😉
- Loading branch information