Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
XSPGMike committed Mar 31, 2023
1 parent 54ee772 commit 9605d1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ class ChatBot {
}
async getHistory(bot) {
try {
await new Promise((resolve) => setTimeout(resolve, 2000));
let response = await this.makeRequest({
query: `${queries.chatPaginationQuery}`,
variables: {
Expand Down

0 comments on commit 9605d1c

Please sign in to comment.