Merge pull request #3248 from betagouv/advance-helpscout-start-date
stats: start helpscout stats at 01-2018
This commit is contained in:
commit
3ed3b77e55
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ class StatsController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def contact_percentage
|
def contact_percentage
|
||||||
from = Date.new(2017, 10)
|
from = Date.new(2018, 1)
|
||||||
to = Date.today.prev_month
|
to = Date.today.prev_month
|
||||||
|
|
||||||
Helpscout::UserConversationsAdapter.new(from, to)
|
Helpscout::UserConversationsAdapter.new(from, to)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue