Skip to content

Commit

Permalink
jsr conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ragokan committed Oct 6, 2024
1 parent 7cb91eb commit 332600b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/server/jsr.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@bunicorn/server",
"version": "0.0.30",
"exports": {
Expand Down
1 change: 0 additions & 1 deletion packages/server/src/context/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class BunicornContext<
public get: GetDependencyFn,
public params: __ExtractParams<TPath>,
protected route: __BuiltRoute<TPath>,
// TODO: Add global headers
) {
this.headers = new Headers();
}
Expand Down

0 comments on commit 332600b

Please sign in to comment.