Standard rb

This commit is contained in:
2023-12-21 19:44:15 +11:00
parent 6a0adf1f81
commit 05aa2bf1fd
4 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ module Micropub
webmentions_repo.create(reply)
res.body = {
"result": "Webmention was successful"
result: "Webmention was successful"
}.to_json
res.status = 202
in Failure(:invalid_request)