From 80ea5ab23eeac4929a8bd3a9cd05ab5629d1fb27 Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Thu, 23 Oct 2025 20:21:21 -0700 Subject: [PATCH] Linter --- .../ee/services/pam-resource/shared/sql/sql-resource-factory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/ee/services/pam-resource/shared/sql/sql-resource-factory.ts b/backend/src/ee/services/pam-resource/shared/sql/sql-resource-factory.ts index 68b12cfa9..417ba8c03 100644 --- a/backend/src/ee/services/pam-resource/shared/sql/sql-resource-factory.ts +++ b/backend/src/ee/services/pam-resource/shared/sql/sql-resource-factory.ts @@ -169,7 +169,7 @@ const makeSqlConnection = ( await client?.end(); } }, - rotateCredentials: async (_) => { + rotateCredentials: async () => { // TODO: the pwd rotation for MySQL is not supported yet throw new BadRequestError({ message: "Unsupported operation"