Skip to content

Commit

Permalink
Update caching.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bcameron1231 committed Jan 12, 2024
1 parent 19a746f commit 68ccba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/queryable/behaviors/caching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function Caching(props?: ICachingProps): TimelinePipe<Queryable> {
if (cached === null) {

// if we don't have a cached result we need to get it after the request is sent. Get the raw value (un-parsed) to store into cache
this.on.rawData(noInherit(async function (response) {
instance.on.rawData(noInherit(async function (response) {
setCachedValue(response);
}));

Expand Down

0 comments on commit 68ccba6

Please sign in to comment.