Modmail: constantify missed magic numbers

This commit is contained in:
justcool393 2023-02-16 22:30:57 -06:00 committed by Ben Rog-Wilhelm
parent 1574c46d0a
commit 50b6e06f62
5 changed files with 5 additions and 5 deletions

View file

@ -329,7 +329,7 @@ def submit_contact(v: Optional[User]):
parent_submission=None,
level=1,
body_html=html,
sentto=2
sentto=MODMAIL_ID,
)
g.db.add(new_comment)
g.db.flush()