Commit 2af55ede authored by Małgorzata Ksionek's avatar Małgorzata Ksionek Committed by peterhegman

Fix rubocop offence

parent 09be61a7
......@@ -35,7 +35,7 @@ module MembershipActions
render json: {}
end
else
render json: { message: result[:message] }, status: :unprocessable_entity
render json: { message: result[:message] }, status: :unprocessable_entity
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment