master
fireworks88 2021-08-09 23:05:17 +02:00
parent c7ecf65c96
commit 6ee0529180
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def admin_app_approve(v, aid):
g.db.add(new_auth)
send_notification(1046, user.id, f"Your application `{app.app_name}` has been approved. Here's your access token: `{access_token}`\nPlease check the guide [here](/api) if you don't know what to do next.")
send_notification(1046, user, f"Your application `{app.app_name}` has been approved. Here's your access token: `{access_token}`\nPlease check the guide [here](/api) if you don't know what to do next.")
return {"message": f"{app.app_name} approved"}