Skip to content

Commit

Permalink
fix: change method
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Lilleby authored and Anton Lilleby committed Jan 30, 2025
1 parent d1e717e commit 921a427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/api/subscribe/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const GET: RequestHandler = async () => {
}
);

const icalFeed = Buffer.from(calendar.toString());
const icalFeed = calendar.toString();

return new Response(icalFeed, {
headers: {
Expand Down

0 comments on commit 921a427

Please sign in to comment.