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
We are moving all the p0tion coordinator infrastructure to a single server application (API). We replicated some of the functions from @actions to be compatible with this new API. These functions have the same name plus a suffix `API. For example:
isCoordinator isCoordinatorAPI
We need to write tests for all these new API functions. We can use the existing tests as a guide but make sure to change anything to make it fit.