Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Apr 4, 2024
1 parent 9b07f36 commit 4276842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import express from 'express'
import bodyParser from 'body-parser'
import logger from './utils/logger.js'
import messageController from './controllers/Bot.js'
import DBService from './services/DBService.js'
// import DBService from './services/DBService.js'
import {
cancelBooking,
updateCatalog,
Expand Down

0 comments on commit 4276842

Please sign in to comment.