Commit b49e218
Fix async handling in router controller
Add await keyword before transformResponse call to properly handle the Promise
returned by the method. This resolves the issue where the router endpoint
returns empty objects instead of the expected content.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3784043 commit b49e218
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments