clarify reports order

This commit is contained in:
Joffrey JAFFEUX 2024-12-07 18:42:49 +01:00
parent f6a6aa5c0d
commit cc0963b6a0

View File

@ -22,6 +22,7 @@ module DiscourseRewind
# @option params [Integer] :username of the rewind
# @return [Service::Base::Context]
# order matters, rewinds are displayed in the order they are defined
REPORTS = [DiscourseRewind::Rewind::Action::CreatePostsCountReport]
CACHE_DURATION = 5.minutes