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

Commit

Permalink
fix(vps.images.available): set different cache id for query request (#…
Browse files Browse the repository at this point in the history
…253)

ref: MANAGER-3074
  • Loading branch information
JeremyDec authored and antleblanc committed Oct 29, 2019
1 parent 18e595f commit cf1354f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
angular.module('ovh-api-services').service('OvhApiVpsImagesAvailableV6', ($cacheFactory, $resource) => {
const cache = $cacheFactory('OvhApiVpsImagesAvailableV6');
const queryCache = $cacheFactory('OvhApiVpsImagesAvailableV6');
const queryCache = $cacheFactory('OvhApiVpsImagesAvailableV6Cache');

const resource = $resource('/vps/:serviceName/images/available', {
serviceName: '@serviceName',
Expand Down

0 comments on commit cf1354f

Please sign in to comment.