mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Code style
This commit is contained in:
@@ -60,7 +60,7 @@ export const MySQLAccountSchema = BasePamAccountSchema.extend({
|
||||
|
||||
export const CreateMySQLAccountSchema = BaseCreatePamAccountSchema.extend({
|
||||
credentials: MySQLAccountCredentialsSchema,
|
||||
//We don't support pwd rotation for mysql yet
|
||||
// We don't support pwd rotation for mysql yet
|
||||
rotationEnabled: z.boolean().optional(),
|
||||
rotationIntervalSeconds: z.number().optional()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user