Add a new launch_type of 'webhook'

This commit is contained in:
Jeff Bradberry
2019-09-26 16:11:28 -04:00
parent fea7f914d2
commit df24f5d28f
3 changed files with 7 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ class WebhookReceiverBase(APIView):
kwargs = {
'_eager_fields': {
'launch_type': 'webhook',
'webhook_service': obj.webhook_service,
'webhook_credential': obj.webhook_credential,
'webhook_guid': event_guid,