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

Commit

Permalink
fix: remove cache on modem tasks list
Browse files Browse the repository at this point in the history
ref: XDSL-5198
  • Loading branch information
Steffy29 authored and antleblanc committed Nov 9, 2018
1 parent 0fd228c commit bed23d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/xdsl/xdsl.v6.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@ angular.module("ovh-api-services").service("OvhApiXdslV6", function ($resource,
getTasks: {
method: "GET",
url: "/xdsl/:xdslId/tasks",
isArray: true,
cache: OvhApiXdsl.cache
isArray: true
},
getTask: {
method: "GET",
url: "/xdsl/:xdslId/tasks/:taskId",
cache: OvhApiXdsl.cache
url: "/xdsl/:xdslId/tasks/:taskId"
}
}
);
Expand Down

0 comments on commit bed23d0

Please sign in to comment.