Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
fix(xdsl.spare): set isArray to true for getBrands method
Browse files Browse the repository at this point in the history
Co-authored-by: Stéphanie Moallic <[email protected]>
  • Loading branch information
antleblanc and Stéphanie Moallic committed Aug 9, 2019
1 parent 8141bd8 commit b084314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/xdsl/spare/xdsl-spare.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ angular.module('ovh-api-services').service('OvhApiXdslSpareV6', ($resource, $cac
getBrands: {
method: 'GET',
url: '/xdsl/spare/brands',
isArray: true,
},
getNewSpare: {
method: 'GET',
Expand Down

0 comments on commit b084314

Please sign in to comment.