This commit is contained in:
Fang-Pen Lin
2025-10-23 20:21:21 -07:00
parent 307b172333
commit 80ea5ab23e

View File

@@ -169,7 +169,7 @@ const makeSqlConnection = (
await client?.end(); await client?.end();
} }
}, },
rotateCredentials: async (_) => { rotateCredentials: async () => {
// TODO: the pwd rotation for MySQL is not supported yet // TODO: the pwd rotation for MySQL is not supported yet
throw new BadRequestError({ throw new BadRequestError({
message: "Unsupported operation" message: "Unsupported operation"