Skip to content

Commit c5fcfb4

Browse files
author
Felix Robles
committed
rename variable
1 parent e158668 commit c5fcfb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/http/drivers/FastifyServer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ export class FastifyServer implements Process {
105105
this.server.decorateRequest("container", container)
106106

107107
let plugins = this.getPlugins(container)
108-
for (let m of plugins) {
109-
this.server.register(m)
108+
for (let p of plugins) {
109+
this.server.register(p)
110110
}
111111

112112
let middleware = this.getMiddleware(container)

0 commit comments

Comments
 (0)