Skip to content

Commit

Permalink
Fixed: Webhook API for For All Fulfillments
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyvishal committed Apr 9, 2024
1 parent 865e651 commit 931cf0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/Bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import DBService from '../services/DBService.js'
import { v4 as uuidv4 } from 'uuid'
import MapsService from '../services/MapService.js'
import get_text_by_key from '../utils/language.js'
import {readFileSync} from 'fs'
const mapService = new MapsService()
const db = new DBService()
const actionsService = new ActionsService()
Expand Down

0 comments on commit 931cf0e

Please sign in to comment.