tinami: fix 'http already memoized' warning.

This commit is contained in:
evazion
2022-03-21 00:37:55 -05:00
parent 1a4efbda33
commit f52dc9e2ad

View File

@@ -107,7 +107,7 @@ module Sources
super.cookies(Tinami2SESSID: Danbooru.config.tinami_session_id).use(:spoof_referrer)
end
memoize :http, :page, :user_id, :work_id, :ethna_csrf, :image_urls, :image_sub_ids, :nv_body_image_urls
memoize :page, :user_id, :work_id, :ethna_csrf, :image_urls, :image_sub_ids, :nv_body_image_urls
end
end
end