Commit 076a6bf
authored
Fix response being None (#160)
This should resolve the TypeError: 'NoneType' object is not callable that was occurring because the handler was implicitly returning None.
With this modification to the mcpm library source code (which OpenHands uses), the /messages endpoint should now function correctly without crashing.1 parent 549d56c commit 076a6bf
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
0 commit comments