Skip to content

Commit

Permalink
Merge pull request #10 from Keloran/removeKSkip
Browse files Browse the repository at this point in the history
see if this works
  • Loading branch information
Keloran authored Sep 8, 2023
2 parents 327aa56 + b7b36a9 commit aafa42c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ func ParseData(data map[string]interface{}, filterName string) ([]KVSecret, erro
if v == nil {
continue
}
if k == filterName {
continue
}

switch value := v.(type) {
case string:
Expand Down

0 comments on commit aafa42c

Please sign in to comment.