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
fix: correct function signature and remove unused app proxy code (#779)
## What
* Updated the getAppProxyClient function to accept a pointer for the
runtime parameter.
* Removed unused app proxy version retrieval logic from the
newVersionCommand function to clean up the code and improve
maintainability.
## Why
using the pointer ensures the appproxy Client connects to the runtime
supplied in the `--runtime` flag
## Notes
the original issue originated from #757
0 commit comments