2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

remove dead code

This commit is contained in:
Matthias
2022-01-20 23:56:39 +01:00
parent 967efae8f1
commit 16239289c0

View File

@ -66,7 +66,6 @@ class WebhookView(CsrfExemptMixin, APIView):
message,
)
# return results
data = self.webhook.get_return(payload, headers, request)
return HttpResponse(data)