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
@@ -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")