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

Commit

Permalink
Merge pull request #22 from ovh-ux/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
marie-j authored Jul 9, 2019
2 parents d1d12cf + 34c7bac commit 645e1a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iceberg/request-upgrader.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @see ApiRequest
* @private
*/
import angular from 'angular';
import cloneDeep from 'lodash/cloneDeep';
import isArray from 'lodash/isArray';
import isNull from 'lodash/isNull';
Expand Down Expand Up @@ -108,7 +109,7 @@ export default class IcebergRequestUpgrader {
data,
headers,
status,
) => ({ data, headers: headers(), status }),
) => ({ data: angular.fromJson(data), headers: headers(), status }),
};

merge(action.options,
Expand Down

0 comments on commit 645e1a4

Please sign in to comment.