Skip to content

Commit 38fcdfd

Browse files
Grok made a mistake and is owning up to it. Reverting the erroneous change to c_edit_issue.
Co-authored-by: aider (openrouter/x-ai/grok-code-fast-1) <aider@aider.chat>
1 parent 2b10e79 commit 38fcdfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/queries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ election:
4040
c_add_issue: INSERT INTO issue VALUES (?, ?, ?, ?, ?, ?)
4141
c_edit_issue: |
4242
UPDATE issue
43-
SET title = ?, description, type = ?, kv = ?
43+
SET title = ?, description = ?, type = ?, kv = ?
4444
WHERE iid = ?
4545
c_delete_issue: DELETE FROM issue WHERE iid = ?
4646
c_add_vote: |

0 commit comments

Comments
 (0)