Skip to content

Commit

Permalink
fix: api_category
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 16, 2023
1 parent 56e7a65 commit b1508af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress/api_category.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (o *compress) GetCategories() ([]Category, error) {
return nil, err
}
//
return resp, nil
return obj, nil
}

/**
Expand Down

0 comments on commit b1508af

Please sign in to comment.