Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 6573544

Browse files
author
RayhanADev
authored
1 parent c7c0ef5 commit 6573544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/classes/Leaderboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Leaderboard {
1212
if (after === null) return;
1313

1414
let info = await variables
15-
.fetch('https://staging.repl.it/graphql', {
15+
.fetch(variables.graphql, {
1616
method: 'POST',
1717
headers,
1818
body: JSON.stringify({
@@ -54,7 +54,7 @@ class Leaderboard {
5454
if (after === null) return;
5555

5656
let info = await variables
57-
.fetch('https://staging.repl.it/graphql', {
57+
.fetch(variables.graphql, {
5858
method: 'POST',
5959
headers,
6060
body: JSON.stringify({

0 commit comments

Comments
 (0)