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

Commit

Permalink
fix(telephony.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 21bb3d2 commit 8141bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/telephony/spare/telephony-spare.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ angular.module('ovh-api-services').service('OvhApiTelephonySpareV6', ($resource,
getBrands: {
method: 'GET',
url: '/telephony/spare/brands',
isArray: true,
},
getNewSpare: {
method: 'GET',
Expand Down

0 comments on commit 8141bd8

Please sign in to comment.