Skip to content

Commit 840cefb

Browse files
committed
Fix 7 day period count
1 parent 82bf678 commit 840cefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/modules/dashboard/components/conversations/dashboard-conversation-list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default {
8989
},
9090
lastActivityDate: {
9191
operator: 'gt',
92-
value: moment().utc().subtract(7, 'day').format('YYYY-MM-DD'),
92+
value: moment().utc().subtract(6, 'day').format('YYYY-MM-DD'),
9393
include: true,
9494
},
9595
};

0 commit comments

Comments
 (0)