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 19, 2024
1 parent 5359cde commit a7070b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dotenv.config()
import express from 'express'
import bodyParser from 'body-parser'
import logger from './utils/logger.js'
import DBService from './services/DBService.js'
import agentController from './controllers/Agent.js';
import {
cancelBooking,
Expand Down

0 comments on commit a7070b1

Please sign in to comment.