Remove debug
This commit is contained in:
parent
0c2fda413d
commit
8c4fda5589
@ -48,7 +48,6 @@ export default async function handler(req, res) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
const json = await data.json();
|
const json = await data.json();
|
||||||
console.log(json);
|
|
||||||
let starCount = json.stars;
|
let starCount = json.stars;
|
||||||
if (starCount === undefined) {
|
if (starCount === undefined) {
|
||||||
return res.status(404).json({
|
return res.status(404).json({
|
||||||
|
Reference in New Issue
Block a user