Commit c4ba6ea6 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-500-in-notes-polling' into 'master'

Fix notes polling failing after code changes

Closes #29327

See merge request !9862
parents daa4590c 394d83ff
......@@ -37,7 +37,7 @@ module Gitlab
def get_etag(env)
cache_key = env['PATH_INFO']
store = Store.new
store = Gitlab::EtagCaching::Store.new
current_value = store.get(cache_key)
cached_value_present = current_value.present?
......
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