Skip to content

Commit

Permalink
fix sql
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Aug 25, 2024
1 parent 42a6efd commit 733a723
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export const sqlSearchStrategyProvider = (
return {
search: async (context, request: any, _options) => {
try {
const query: Query = request.body.query;
request.body.query = query.query;
const rawResponse: any = await sqlFacet.describeQuery(context, request);

if (!rawResponse.success) {
Expand Down

0 comments on commit 733a723

Please sign in to comment.