Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit a81d5f7

Browse files
committed
fix(reject-report): show all rejected reports
no time range needed
1 parent f1ccb8a commit a81d5f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/services/rejected-reports.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export default class RejectedReportsService extends Service {
4545
async pollReports() {
4646
try {
4747
const reports = await this.store.query("report", {
48-
to_date: this.reportsToDate.format("YYYY-MM-DD"),
4948
user: this.session.data.user.id,
5049
editable: 1,
5150
rejected: 1,

0 commit comments

Comments
 (0)