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(async): correct async POST/GET method handling in smartquery
This fixes a TypeError that occurred when trying to await HTTP method references
instead of properly calling them. The changes:
1. Remove incorrect `await` when assigning POST/GET method references
2. Add proper `await` when actually making the request
The bug prevented successful POST requests in the async datasource query functionality.
0 commit comments