2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

add comment

This commit is contained in:
Matthias
2022-01-20 23:51:53 +01:00
parent f8c4470d98
commit 9da234002b

View File

@ -1487,6 +1487,7 @@ class WebhookEndpoint(models.Model):
# no token # no token
if self.verify == VerificationMethod.NONE: if self.verify == VerificationMethod.NONE:
# do nothing as no method was chosen
pass pass
# static token # static token