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

Commit ff18f76

Browse files
author
RayhanADev
authored
1 parent 5646c09 commit ff18f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/classes/User.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class User {
99
async profileData() {
1010
let user = this.username;
1111
let info = await variables
12-
.fetch('https://staging.repl.it/graphql', {
12+
.fetch(variables.graphql, {
1313
method: 'POST',
1414
headers,
1515
body: JSON.stringify({
@@ -45,7 +45,7 @@ class User {
4545
if (after === null) return;
4646

4747
let info = await variables
48-
.fetch('https://staging.repl.it/graphql', {
48+
.fetch(variables.graphql, {
4949
method: 'POST',
5050
headers,
5151
body: JSON.stringify({
@@ -100,7 +100,7 @@ class User {
100100
if (after === null) return;
101101

102102
let info = await variables
103-
.fetch('https://staging.repl.it/graphql', {
103+
.fetch(variables.graphql, {
104104
method: 'POST',
105105
headers,
106106
body: JSON.stringify({

0 commit comments

Comments
 (0)