aboutsummaryrefslogtreecommitdiffstats
path: root/backend/models
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-18 17:10:20 +0000
committerGravatar GitHub <[email protected]>2020-12-18 17:10:20 +0000
commitd78075ff7803842cac5b3a2ca145d622ad7b1382 (patch)
treed93dfbe628b3d90686d838a6c61a4ed824f00716 /backend/models
parentUpdate submit.py (diff)
parentMerge branch 'main' into ks123/dns-check-remove (diff)
Merge pull request #41 from python-discord/ks123/dns-check-remove
Diffstat (limited to 'backend/models')
-rw-r--r--backend/models/antispam.py1
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