Open lexthink opened 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.
executedQueryData.rows
executedQueryData[0]
This PR corrects the data structure in the endpoint response. It changes the response to return
executedQueryData.rows
instead ofexecutedQueryData[0]
, ensuring the full query result set is properly retrieved.