chore(app.js): userInfo API call doesn't require a gamertag
This commit is contained in:
parent
64e5c870bc
commit
7f5d392932
2
app.js
2
app.js
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user