Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanford8 committed Jun 17, 2024
1 parent 959198e commit b193588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/webhooks/mux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ export default async function muxWebhookHandler (req: NextApiRequest, res: NextA
} default:
res.setHeader('Allow', ['POST']);
res.status(405).end(`Method ${method} Not Allowed`);
};
}
}

0 comments on commit b193588

Please sign in to comment.