FEATURE: Users can be ignored for six months. (#9446)

This commit is contained in:
Roman Rizzi 2020-04-17 10:27:11 -03:00 committed by GitHub
parent 576872a2d9
commit 35f51100e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ export const TIMEFRAMES = [
buildTimeframe({
id: "six_months",
format: "MMM D",
enabled: opts => opts.includeFarFuture,
enabled: opts => opts.includeMidFuture,
when: (time, timeOfDay) =>
time
.add(6, "month")