From 9da234002b78097aa077911e773b0ca01721c3cd Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 20 Jan 2022 23:51:53 +0100 Subject: [PATCH] add comment --- InvenTree/common/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index f9e0339bf6..261f6edaff 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -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