Skip to content

Commit

Permalink
Don't mention cache in requestManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltazore committed Apr 4, 2024
1 parent e8f6b85 commit 08302a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion snippets/updating-data/create-record/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default class extends RequestManager {
constructor(args) {
super(args);
this.use([updatesHandler, Fetch]);
this.useCache(CacheHandler);
}
}

Expand Down
1 change: 0 additions & 1 deletion snippets/updating-data/save-record/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default class extends RequestManager {
constructor(args) {
super(args);
this.use([updatesHandler, Fetch]);
this.useCache(CacheHandler);
}
}

Expand Down

0 comments on commit 08302a8

Please sign in to comment.