else linting

This commit is contained in:
jesopo 2022-04-25 12:02:14 +00:00
parent 01e80b1dba
commit 5ad671ac70

View File

@ -52,8 +52,7 @@ export class ReportPoll {
this.getAbuseReports.bind(this),
60_000 // a minute in milliseconds
);
}
else {
} else {
throw new InvalidStateError("poll already scheduled");
}
}