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

Commit

Permalink
fix(telecom.sidebar): restore OvhApiTelecomSidebar service (#333)
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine Leblanc <[email protected]>
  • Loading branch information
antleblanc authored Dec 29, 2021
1 parent 5a82bae commit 44c2acd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/api/telecom/sidebar/telecom-sidebar.service.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
angular.module('ovh-api-services').service('OvhApiTelecomSidebar', ($injector, $cacheFactory) => {
const cache = $cacheFactory('OvhApiTelecomSidebar');

return {
resetCache: cache.removeAll,
cache,
};
});

0 comments on commit 44c2acd

Please sign in to comment.