fix build error

jobatzil/rename
Vistaar Juneja 2023-08-11 18:55:48 +01:00
parent f9f728debd
commit c1cbf75534
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ func ProvideEncrypter(config *types.Config) (Encrypter, error) {
if config.Encrypter.Secret == "" {
return &none{}, nil
}
return New(config.Encrypter.Secret, config.Encrypter.EncryptMixedContent)
return New(config.Encrypter.Secret, config.Encrypter.MixedContent)
}