Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Mar 20, 2024
1 parent 260d901 commit 771818a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/mighty-trees-wait.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
"@effect/platform": minor
"@effect/platform-browser": minor
"@effect/platform-bun": minor
"@effect/platform-node": minor
"@effect/platform-node-shared": minor
---

Swap type parameters in /platform data types
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-bun/src/internal/http/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const make = (
Effect.asUnit
)
}
});
})
})

const makeResponse = (request: ServerRequest.ServerRequest, response: ServerResponse.ServerResponse): Response => {
Expand Down

0 comments on commit 771818a

Please sign in to comment.