Skip to content

Commit

Permalink
chore: remove depricated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Apr 3, 2022
1 parent acef1eb commit 72c673d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class ActorRuleResolveHypermedia extends ActorRuleResolveSource
undefined;
if (cache) {
this.httpInvalidator.addInvalidateListener(
({ url }: IActionHttpInvalidate) => url ? cache.del(url) : cache.reset(),
({ url }: IActionHttpInvalidate) => url ? cache.delete(url) : cache.clear(),
);
}
}
Expand Down

0 comments on commit 72c673d

Please sign in to comment.