commune: Fix whitespace error

This commit is contained in:
Dmitry Bogatov 2024-04-18 09:36:40 -04:00
parent 127fa8a615
commit e24882606b
1 changed files with 0 additions and 1 deletions

View File

@ -380,4 +380,3 @@ doPost1 config conn fmt issue = do
new'' <- pure $ toGitHubMarkdown new
patched <- servant $ GitHub.api.issues.updateComment issue.owner issue.repo (IssueCommentId id) (ANON { body = new'' })
SQL.execute conn "UPDATE issue_comments SET body = ?, updated_at = ? WHERE id = ?" (patched.body, patched.updated_at, id)