Code style

This commit is contained in:
Fang-Pen Lin
2025-10-24 12:15:34 -07:00
parent 456f87a4ee
commit 1aa4acab93

View File

@@ -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()
});