From e65ef81cf51746616182a822bd6933bf0d16717a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Feb 2023 11:56:58 +0100 Subject: Update server dependencies --- server/controllers/api/users/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/controllers/api/users/index.ts') diff --git a/server/controllers/api/users/index.ts b/server/controllers/api/users/index.ts index 5a5a12e82..96366d68c 100644 --- a/server/controllers/api/users/index.ts +++ b/server/controllers/api/users/index.ts @@ -309,7 +309,7 @@ async function changeUserBlock (res: express.Response, user: MUserAccountDefault await user.save({ transaction: t }) }) - await Emailer.Instance.addUserBlockJob(user, block, reason) + Emailer.Instance.addUserBlockJob(user, block, reason) auditLogger.update(getAuditIdFromRes(res), new UserAuditView(user.toFormattedJSON()), oldUserAuditView) } -- cgit v1.2.3