mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
remove dead code
This commit is contained in:
parent
967efae8f1
commit
16239289c0
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user