From 7f5d392932786353b58c45332deadb6ad81bfd3e Mon Sep 17 00:00:00 2001 From: Rim Date: Mon, 21 Apr 2025 13:25:22 -0400 Subject: [PATCH] chore(app.js): userInfo API call doesn't require a gamertag --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index bb97a2d..6851f96 100644 --- a/app.js +++ b/app.js @@ -696,7 +696,7 @@ app.post('/api/user', async (req, res) => { if ( !username && userCall !== 'eventFeed' && - userCall !== 'friendFeed' && + userCall !== 'userInfo' && userCall !== 'identities' ) { return res