Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
  • Loading branch information
sarthakjdev committed Jun 5, 2024
1 parent 97ebf17 commit f3c1c98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/example-chat-bot/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { whatsappClient } from './utils/client'
import { ButtonInteractionMessage, ListInteractionMessage, Product, ProductListMessage, ProductListSection, ProductMessage, TextMessage } from '@wapijs/wapi.js'
import { HeaderTypeEnum } from '@wapijs/wapi.js/dist/cjs/src/structures/interaction/schema'
import { ListInteractionMessage, TextMessage } from '@wapijs/wapi.js'

function init() {
whatsappClient.on('Ready', () => {
Expand Down

0 comments on commit f3c1c98

Please sign in to comment.