Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: only write auth writer core once in CoreOwnership
We want to call a function once the auth writer core emits its `ready` event. Using `once` lets us clean up the listener once it fires, rather than leaving it around. Extracted from [#390]. [#390]: #390 Co-Authored-By: Gregor MacLennan <[email protected]>
- Loading branch information