From 4c16c9859ae90200ae87e886a1a0434959c15f28 Mon Sep 17 00:00:00 2001 From: Kittapath <67353855+M-FTP@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:24:36 +0700 Subject: [PATCH] test commit (#184) Co-authored-by: mamoss <> --- src/controllers/UserController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/UserController.ts b/src/controllers/UserController.ts index 7d85e6f9..00af5b10 100644 --- a/src/controllers/UserController.ts +++ b/src/controllers/UserController.ts @@ -1155,7 +1155,6 @@ export class KeycloakController extends Controller { // if (!resultUser) { // throw new Error("Failed. Cannot set user's role."); // } - // if (!resultStaff) { // throw new Error("Failed. Cannot set staff's role."); // }