You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: only write auth writer core once in CoreOwnership (#755)
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]>
0 commit comments