Skip to content

Commit

Permalink
removed unused commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt committed Mar 29, 2024
1 parent 4fdbbe3 commit 232d183
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/core/src/invalidation/invalidation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ export const extractMutationName = (inputString: string): string | null => {
return null;
};

// export const invalidateCache = () => {
// // will remove the keys containing any of the following keys passed as parameter

// return;
// };

export const extractInvalidationBlocksFromQuery = (
input: string,
id: string = "id",
Expand Down

0 comments on commit 232d183

Please sign in to comment.