Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt authored Nov 2, 2024
1 parent 27ce9b4 commit b818b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ app.get("/stats", async (req, res) => {
)}`
);
const json = await data.json();
result = json;
result = json?.publishers;
} catch (e) {
console.log(e);
}
Expand Down

0 comments on commit b818b6d

Please sign in to comment.