We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61492d commit 9aa023cCopy full SHA for 9aa023c
1 file changed
apps/server/src/orchestration/Layers/ProjectionPipeline.ts
@@ -1221,9 +1221,6 @@ const makeOrchestrationProjectionPipeline = Effect.fn("makeOrchestrationProjecti
1221
);
1222
1223
yield* runAttachmentSideEffects(attachmentSideEffects).pipe(
1224
- Effect.provideService(FileSystem.FileSystem, fileSystem),
1225
- Effect.provideService(Path.Path, path),
1226
- Effect.provideService(ServerConfig, serverConfig),
1227
Effect.catch((cause) =>
1228
Effect.logWarning("failed to apply projected attachment side-effects", {
1229
projector: projector.name,
0 commit comments