Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@ -41,8 +41,6 @@ class Profiles
|
||||
});
|
||||
|
||||
let data = await response.json();
|
||||
console.log(response.status);
|
||||
console.log(data);
|
||||
return data;
|
||||
|
||||
}
|
||||
@ -55,8 +53,6 @@ class Profiles
|
||||
});
|
||||
|
||||
let data = await response.json();
|
||||
console.log(response.status);
|
||||
console.log(data);
|
||||
return data;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user