Skip to content

Commit

Permalink
removed unwanted lines
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 committed Oct 31, 2023
1 parent c7d19c2 commit fc45436
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sdk/api/api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ export class ApiService extends Service {
let result: T;

try {
// checks and removes outdated cache entries
// this.cache.expire();

const { data } = await call();
result = mapApiResult(data, models);
} catch (err) {
Expand Down

0 comments on commit fc45436

Please sign in to comment.