Skip to content

Commit 8d7045f

Browse files
AyoubElkairhorns
authored andcommitted
fix typo
1 parent 938032b commit 8d7045f

File tree

1 file changed

+1
-1
lines changed
  • packages/fastify-renderer/src/node

1 file changed

+1
-1
lines changed

packages/fastify-renderer/src/node/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const FastifyRenderer = fp<FastifyRendererOptions>(
9595
break
9696
case 'html':
9797
void this.type('text/html')
98-
const render: Render<typeof props> = { ...renderableRoute, request, reply: this, props, renderable }
98+
const render: Render<typeof props> = { ...renderableRoute, request, reply: this, props }
9999
await plugin.renderer.render(render)
100100
break
101101
default:

0 commit comments

Comments
 (0)