Fix thread typo when sending webhook

This commit is contained in:
rubenwardy 2022-01-05 00:27:48 +00:00
parent 324cbe9efc
commit d8f164ffc1
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ def new():
if is_review_thread:
post_discord_webhook.delay(current_user.username,
"Opened approval thread: {}".format(thread.gcletViewURL(absolute=True)), True)
"Opened approval thread: {}".format(thread.getViewURL(absolute=True)), True)
db.session.commit()