add comment
This commit is contained in:
parent
f8c4470d98
commit
9da234002b
|
|
@ -1487,6 +1487,7 @@ class WebhookEndpoint(models.Model):
|
|||
|
||||
# no token
|
||||
if self.verify == VerificationMethod.NONE:
|
||||
# do nothing as no method was chosen
|
||||
pass
|
||||
|
||||
# static token
|
||||
|
|
|
|||
Loading…
Reference in New Issue