Skip to content

Commit ca7bb5a

Browse files
committed
fixup! fixup! feat: Implement catalog_incident api (#2147)
1 parent f83ea7e commit ca7bb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog/api/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ async def catalog_item_incidents(request):
621621
stage = request.match_info.get('stage')
622622
data = await request.json()
623623
headers = {
624-
'Authorization': f"Bearer {reporting_api_authorization_token}"
624+
'Authorization': f"Bearer {reporting_api_authorization_token}",
625625
'Content-Type': 'application/json'
626626
}
627627
return await api_proxy(

0 commit comments

Comments
 (0)