Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: make startup-handler non-async
These functions are non async anyways, hence there is no need to make them async. By that, we also can use them directly in the handler instead of wrapping in a lambda. Signed-off-by: Felix Moessbauer <[email protected]>
- Loading branch information