missing }

This commit is contained in:
jesopo 2022-04-25 11:31:04 +00:00
parent 38189d3bf4
commit 01e80b1dba

View File

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