diff --git a/app.js b/app.js index f114891..9b4729b 100644 --- a/app.js +++ b/app.js @@ -776,11 +776,11 @@ app.post("/api/user", async (req, res) => { case "friendsList": data = await fetchWithTimeout(() => API.Me.friendsList()); break; - case "settings": - data = await fetchWithTimeout(() => - API.Me.settings(username, platform) - ); - break; + // case "settings": + // data = await fetchWithTimeout(() => + // API.Me.settings(username, platform) + // ); + // break; default: return res.status(200).json({ status: "error", diff --git a/src/index.html b/src/index.html index 523d98b..b36d32c 100644 --- a/src/index.html +++ b/src/index.html @@ -42,7 +42,7 @@

The #1 open-source Call of Duty Statistic Tracker since cod.tracker.gg shutdown!
- New? View some examples + New? View some examples

@@ -307,7 +307,7 @@ - +