Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
david1542 committed Aug 15, 2024
1 parent 188f340 commit 7802344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/data-processor/src/loaders/pagerduty.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


async def get_incidents(integration: Integration):
access_token = integration.access_token
access_token = integration.credentials.access_token
integration_type = integration.type
headers = {}
if integration_type == "basic":
Expand Down

0 comments on commit 7802344

Please sign in to comment.