There was an error while loading. Please reload this page.
1 parent 41ef77f commit f8f4e44Copy full SHA for f8f4e44
1 file changed
catalog/app/components/Assistant/Model/ContextFiles.tsx
@@ -61,7 +61,7 @@ function useMakeLoader() {
61
)
62
63
return React.useCallback(
64
- (loc: S3ObjectLocation) => Eff.Effect.runPromise(cache.get(loc)),
+ (loc: S3ObjectLocation) => Eff.Effect.runPromise(cache.get(Eff.Data.struct(loc))),
65
[cache],
66
67
}
0 commit comments