Skip to content

Commit

Permalink
Merge branch 'pager-duty-poc' of https://github.com/port-labs/port-ocean
Browse files Browse the repository at this point in the history
 into pager-duty-poc
  • Loading branch information
danielsinai committed Jul 2, 2023
2 parents aba86c1 + ab79b42 commit 5bbc35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/pager-duty/clients/pager_duty.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def service_delete_events(self) -> List[str]:
@property
def all_events(self) -> List[str]:
return (
self.incidents_events_to_listen
+ self.services_events_to_listen
self.incident_upsert_events
+ self.service_upsert_events
+ self.service_delete_events
)

Expand Down

0 comments on commit 5bbc35d

Please sign in to comment.