Skip to content

Commit

Permalink
Fix voting retriever
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburntRock89 committed May 18, 2023
1 parent e3b0a15 commit 87e1dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internals/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const votingJob = !config.devMode && scheduleJob("*/1 * * * *", async() => {
const guildCount = await client.getGuildCount();

const updateResults = await fetch("https://discord.austinhuang.me/dtel", {
method: "POST",
method: "GET",
headers: {
Authorization: auth.blspace,
"Content-Type": "application/json",
Expand Down

0 comments on commit 87e1dfc

Please sign in to comment.