Skip to content

Choose a tag to compare

@pluginpal-bot pluginpal-bot released this 08 Sep 20:15
· 156 commits to master since this release
ffcbd1c

Minor Changes

Patch Changes

  • #320 bec4f55 Thanks @cayblood! - 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.