chore(app.js): userInfo API call doesn't require a gamertag

This commit is contained in:
Rim 2025-04-21 13:25:22 -04:00
parent 64e5c870bc
commit 7f5d392932

2
app.js
View File

@ -696,7 +696,7 @@ app.post('/api/user', async (req, res) => {
if ( if (
!username && !username &&
userCall !== 'eventFeed' && userCall !== 'eventFeed' &&
userCall !== 'friendFeed' && userCall !== 'userInfo' &&
userCall !== 'identities' userCall !== 'identities'
) { ) {
return res return res