Skip to content

Commit 9b68b71

Browse files
chore: generate
1 parent 7739cc5 commit 9b68b71

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/opencode/test/server/httpapi-mcp.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ function withMcpProject<A, E, R>(self: (dir: string) => Effect.Effect<A, E, R>)
6464
})
6565
}
6666

67-
const readResponse = Effect.fnUntraced(function* (input: {
68-
app: TestApp
69-
path: string
70-
headers: HeadersInit
71-
}) {
67+
const readResponse = Effect.fnUntraced(function* (input: { app: TestApp; path: string; headers: HeadersInit }) {
7268
const response = yield* Effect.promise(() =>
7369
Promise.resolve(input.app.request(input.path, { method: "POST", headers: input.headers })),
7470
)

0 commit comments

Comments
 (0)