Merge branch 'fix-500-in-notes-polling' into 'master'
Fix notes polling failing after code changes Closes #29327 See merge request !9862
This commit is contained in:
commit
c4ba6ea684
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue