Last analyzed bebaedb 2 months ago
Default analysis branch is
Currently analyzing run
Documentation comments not found for functions and classes JS-D1001
Documentation
1 occurrence in this check
Documentation comment not found for arrow function start
43  }
44)
45
46const start = async () => {47  try {
48    await fastify.listen({ port: port })
49    fastify.swagger()