Skip to content

Commit 9aa023c

Browse files
not sure why u did that codex
1 parent c61492d commit 9aa023c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

apps/server/src/orchestration/Layers/ProjectionPipeline.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,9 +1221,6 @@ const makeOrchestrationProjectionPipeline = Effect.fn("makeOrchestrationProjecti
12211221
);
12221222

12231223
yield* runAttachmentSideEffects(attachmentSideEffects).pipe(
1224-
Effect.provideService(FileSystem.FileSystem, fileSystem),
1225-
Effect.provideService(Path.Path, path),
1226-
Effect.provideService(ServerConfig, serverConfig),
12271224
Effect.catch((cause) =>
12281225
Effect.logWarning("failed to apply projected attachment side-effects", {
12291226
projector: projector.name,

0 commit comments

Comments
 (0)