Skip to content

Commit

Permalink
lint corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Mar 31, 2024
1 parent 15b9650 commit ac79021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/Bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import ActionsService from '../services/Actions.js'
import AI from '../services/AI.js'
import DBService from '../services/DBService.js'
import logger from '../utils/logger.js'
import twilio from 'twilio'

const actionsService = new ActionsService()
const db = new DBService();
Expand Down

0 comments on commit ac79021

Please sign in to comment.