Skip to content

Commit

Permalink
Make category not return localized value
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Jul 6, 2017
1 parent 2931ecd commit 6a84892
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flows/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ type Result struct {
func (r *Result) Resolve(key string) interface{} {
switch key {
case "category":
if r.categoryLocalized != "" {
return r.categoryLocalized
}
return r.category

case "category_localized":
Expand Down

0 comments on commit 6a84892

Please sign in to comment.