Skip to content

Commit

Permalink
fix: maintenance missing event
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Nov 8, 2023
1 parent 81e12a8 commit 1f1e918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lessons/lessons.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export class LessonsService {
endOutputType: 'utc',
} as EventAttributes),
)
.concat([this.createMaintenanceEvent()]),
.concat([this.createMaintenanceEvent()])
.filter((e) => e),
);

if (error) {
Expand Down

0 comments on commit 1f1e918

Please sign in to comment.