Skip to content

Commit

Permalink
Don’t show “trigger.scheduled” events in the list
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-aitken committed Jan 16, 2024
1 parent 129f023 commit 1b2635a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/webapp/app/presenters/EventListPresenter.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ export class EventListPresenter {
},
where: {
internal: false,
name: {
not: "trigger.scheduled",
},
projectId: project.id,
organizationId: organization.id,
environmentId: {
Expand Down

0 comments on commit 1b2635a

Please sign in to comment.