mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Linter
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user