diff options
author | 2020-12-21 04:44:12 +0300 | |
---|---|---|
committer | 2020-12-21 04:44:31 +0300 | |
commit | 934be7a6c02d6f4e3741af5e1104a0d9822ea82d (patch) | |
tree | dfa6e6779a451bc9bcf4ac22c3217ade1ccadee6 /backend/models | |
parent | Adds and Documents Webhook Message Variables (diff) | |
parent | Merge pull request #40 from python-discord/ks123/form-patch (diff) |
Merge branch 'main' into discord-webhook
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# backend/routes/forms/submit.py
Diffstat (limited to 'backend/models')
-rw-r--r-- | backend/models/antispam.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/models/antispam.py b/backend/models/antispam.py index b16f686..b596d4d 100644 --- a/backend/models/antispam.py +++ b/backend/models/antispam.py @@ -7,4 +7,3 @@ class AntiSpam(BaseModel): ip_hash: str user_agent_hash: str captcha_pass: bool - dns_blacklisted: bool |