CommiteDev / Commite-auth-service

Found warning comments in code JS-0099
Documentation
Minor
3 occurrences in this check
Unexpected 'todo' comment: 'ToDo: Fastify Plugins'
1// ToDo: Fastify Plugins
Unexpected 'todo' comment: 'ToDo: Fastify Middleware'
1// ToDo: Fastify Middleware
Unexpected 'todo' comment: 'ToDO: Error handling'
  7const {responseMsg}= require('../Utils/responseMessage')
  8const { secretKey,expiresIn } = require('../Configs/generalConfiguration')
  9
 10// ToDO: Error handling 11
 12exports.getUser = async (request, reply) => {
 13  try {