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();
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user