mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-23 10:15:22 -04:00
222ab80a6b
- Modified GetSession to return an error alongside the session, improving error handling when a session is not found. - Updated invocation of GetSession in AWS event handler to handle the new error return value. - Removed logging statements in favor of returning errors directly for better error propagation.