Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix(input): Append
input
to server's session ID for now (#56)
## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** I am having issues trying to append `input` to the session_id using bash. Most probably because supervisord is using the ENV variables already available in the container. So, here we append the `input` part inside the rust binary instead. This is much cleaner and it works.
- Loading branch information