Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Conforti committed Oct 17, 2024
1 parent 852fd2d commit 2809467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/endpoints/Images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export class Images extends Effect.Service<Images>()("@the-moby-effect/endpoints
Effect.scoped
);

// TODO: This needs to error if the build failed
const build_ = <E1>(options: ImageBuildOptions<E1>): Stream.Stream<JSONMessage, ImagesError, never> =>
Function.pipe(
HttpClientRequest.post(`/build`),
Expand Down

0 comments on commit 2809467

Please sign in to comment.