mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
remove dead code
This commit is contained in:
@ -66,7 +66,6 @@ class WebhookView(CsrfExemptMixin, APIView):
|
|||||||
message,
|
message,
|
||||||
)
|
)
|
||||||
|
|
||||||
# return results
|
|
||||||
data = self.webhook.get_return(payload, headers, request)
|
data = self.webhook.get_return(payload, headers, request)
|
||||||
return HttpResponse(data)
|
return HttpResponse(data)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user