Skip to content

Commit

Permalink
fix: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jul 9, 2024
1 parent b087b9e commit cadc6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions middlewares/hatsu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface Options {
}

export const defaults: Options = {
instance: new URL('https://hatsu.local'),
instance: new URL("https://hatsu.local"),
matches: [/^\/posts\/(.+)$/],
};

Expand Down Expand Up @@ -82,4 +82,4 @@ export default (userOptions: Options): Middleware => {
return await next(req);
}
};
}
};

0 comments on commit cadc6f5

Please sign in to comment.