Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Oct 26, 2023
1 parent 217a1bb commit 3b3b9df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lavinmq/http/controller/definitions.cr
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module LavinMQ

post "/api/definitions/upload" do |context, _params|
refuse_unless_administrator(context, user(context))

::HTTP::FormData.parse(context.request) do |part|
if part.name == "file"
body = JSON.parse(part.body)
Expand Down

0 comments on commit 3b3b9df

Please sign in to comment.