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(slack): resolve httpx protocol errors and unbound variables
- Removed markdown formatting from Slack API URLs to fix UnsupportedProtocol.
- Added safety checks for response_url to prevent 500 errors in App Home interactions.
- Initialized action_id and cast IDs to strings to satisfy Pylance strict mode.
0 commit comments