Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Sep 18, 2024
1 parent 5e30db8 commit 3886dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-ai-service/src/web/v1/services/sql_expansion.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def get_sql_expansion_result(
logger.exception(
f"sql-expansion pipeline - OTHERS: {sql_expansion_result_request.query_id} is not found"
)
return SqlExpansionResultRequest(
return SqlExpansionResultResponse(
status="failed",
error=AskError(
code="OTHERS",
Expand Down

0 comments on commit 3886dc9

Please sign in to comment.