7span / directus-extension-custom-query-panel

An easy to use insight panel to see custom raw query data from database
42 stars 3 forks source link

Fix endpoint response #7

Open lexthink opened 11 months ago

lexthink commented 11 months ago

This PR corrects the data structure in the endpoint response. It changes the response to return executedQueryData.rows instead of executedQueryData[0], ensuring the full query result set is properly retrieved.