Commit dc876469 authored by Robert May's avatar Robert May

Fix autocorrection scoping in EE

parent 5176313c
......@@ -75,7 +75,7 @@ module EE
respond_to do |format|
format.html do
seat_link_json = Gitlab::Json.pretty_generate(data)
seat_link_json = ::Gitlab::Json.pretty_generate(data)
render html: ::Gitlab::Highlight.highlight('payload.json', seat_link_json, language: 'json')
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