diff --git a/compute_tools/src/bin/fast_import.rs b/compute_tools/src/bin/fast_import.rs index de9ef2e1b7..8a6fc3cfae 100644 --- a/compute_tools/src/bin/fast_import.rs +++ b/compute_tools/src/bin/fast_import.rs @@ -70,7 +70,7 @@ struct Spec { encryption_secret: EncryptionSecret, #[serde_as(as = "serde_with::base64::Base64")] source_connstring_ciphertext_base64: Vec, - #[serde_as(as = "serde_with::base64::Base64")] + #[serde_as(as = "Option")] restore_connstring_ciphertext_base64: Option>, }