Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): fix empty runtimeContext check
Before this fix, calls to service action handlers for services with runtime dependencies in template variables would fail if an empty runtimeContext was passed, even if the service handler in question doesn't need environment variables (e.g. getServiceStatus and getServiceLogs).
- Loading branch information