Skip to content

Commit

Permalink
mark as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Jan 1, 2023
1 parent c522018 commit a89b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/controller/ura/IndexController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class IndexController {
const template = await UraTemplate.create(asset, 'index.hbs');
return new IndexController(template);
}
async handle(req: FastifyRequest, reply: FastifyReply): Promise<FastifyReply> {
async handle(_req: FastifyRequest, reply: FastifyReply): Promise<FastifyReply> {
return reply
.code(200)
.type('text/html;charset=UTF-8')
Expand Down

0 comments on commit a89b8ca

Please sign in to comment.