mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
chore: remove outdated comment
This commit is contained in:
@@ -28,7 +28,6 @@ const BaseSecretSyncSchema = z.object({
|
||||
isEnabled: z.boolean()
|
||||
});
|
||||
|
||||
// TODO: union once more supported
|
||||
export const SecretSyncFormSchema = z
|
||||
.discriminatedUnion("destination", [
|
||||
AwsParameterStoreSyncDestinationSchema,
|
||||
|
||||
Reference in New Issue
Block a user