1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Remove unused constant, errInvalidSecret

This commit is contained in:
rodmartinez 2022-01-10 12:52:28 -03:00
parent 60454a4760
commit b962666b1c

View file

@ -48,7 +48,6 @@ const (
errJSONSecretUnmarshal = "unable to unmarshal secret: %w"
errMissingKey = "missing Key in secret: %s"
errUnexpectedContent = "unexpected secret bundle content"
errInvalidSecret = "invalid secret received. no secret string nor binary for key: %s"
)
type client struct {