Skip to content

Commit 97671ab

Browse files
committed
Behaviour in-sync with PL/SQL API
1 parent 8337169 commit 97671ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select_ai/base_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def validate_params_for_feedback(
267267
)
268268
sql_text = "select ai {} {}".format(action, prompt)
269269
parameters["sql_text"] = sql_text
270-
elif sql_id:
270+
if sql_id:
271271
parameters["sql_id"] = sql_id
272272
return parameters
273273

0 commit comments

Comments
 (0)