Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva authored Aug 8, 2024
2 parents 1a0e3b0 + bdf0c66 commit c877f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Run updater
uses: boywithkeyboard/updater@v0
with:
allowBreaking: true
allowBreaking: true

1 comment on commit c877f1b

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on c877f1b Aug 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

GrammyError: Call to 'getUpdates' failed! (409: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running)
    at toGrammyError (https://deno.land/x/[email protected]/core/error.ts:57:12)
    at ApiClient.callApi (https://deno.land/x/[email protected]/core/client.ts:328:20)
    at eventLoopTick (ext:core/01_core.js:168:7)
    at async Bot.fetchUpdates (https://deno.land/x/[email protected]/bot.ts:554:27)
    at async Bot.loop (https://deno.land/x/[email protected]/bot.ts:526:29)
    at async Bot.start (https://deno.land/x/[email protected]/bot.ts:463:9)

Please sign in to comment.