Commit eb33ca49 authored by Kamil Trzciński's avatar Kamil Trzciński

Add `::` to Gitlab::Middleware::CorrelationId

parent ebb5d9f4
......@@ -12,7 +12,7 @@ module Gitlab
end
def call(env)
Gitlab::CorrelationId.use_id(correlation_id(env)) do
::Gitlab::CorrelationId.use_id(correlation_id(env)) do
@app.call(env)
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