Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 17b0061

Browse files
committed
undo test change
1 parent d3d155b commit 17b0061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/controllers/admin-dashboard-sentiment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default class AdminDashboardSentiment extends AdminDashboardTabController
99

1010
get emotionFilters() {
1111
return {
12-
startDate: moment().subtract(2, "year").format("YYYY-MM-DD"),
12+
startDate: moment().subtract(2, "month").format("YYYY-MM-DD"),
1313
endDate: moment().format("YYYY-MM-DD"),
1414
};
1515
}

0 commit comments

Comments
 (0)