Skip to content

Commit 6f1ff41

Browse files
Merge branch 'FME-9871-data-loader-utils' into data_loader_for_ssr
2 parents 4ee373f + 9ddac79 commit 6f1ff41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storages/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ export interface IStorageFactoryParams {
505505
*/
506506
onReadyCb: (error?: any) => void,
507507
/**
508-
* For emitting SDK_READY_FROM_CACHE event in consumer mode with Redis and standalone mode with preloaded data
508+
* For emitting SDK_READY_FROM_CACHE event in consumer mode with Redis to allow immediate evaluations
509509
*/
510510
onReadyFromCacheCb: () => void,
511511
}

0 commit comments

Comments
 (0)