Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Jul 4, 2021
1 parent 8e3f8ac commit fd10988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/src/builders/cache-status.builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class CacheStatusBuilder extends FeatureBuilder {

getPropsFactory() {
return factory.createCallExpression(
factory.createIdentifier('withCacheState'),
factory.createIdentifier('withCacheStatus'),
undefined,
[]
);
Expand Down

0 comments on commit fd10988

Please sign in to comment.