Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: typo in swagger spec response
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangoacher committed Mar 6, 2020
1 parent b2132a5 commit 65a6653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/trail-fastify-plugin/lib/routes/trails.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = async function (fastify, options) {

]
}
return reply.send(spec)
return reply.send(doc)
}
})
}
Expand Down

0 comments on commit 65a6653

Please sign in to comment.