Commit 6935bdff authored by Dylan Griffith's avatar Dylan Griffith

Remove done TODO in gitlab/elastic/document_reference.rb

This was already done a while back so the comment is irrelevant.
parent 872683fa
......@@ -112,7 +112,6 @@ module Gitlab
klass.to_s
end
# TODO: return a promise for batch loading: https://gitlab.com/gitlab-org/gitlab/issues/207280
def database_record
strong_memoize(:database_record) { klass.find_by_id(db_id) }
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