You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NT matches should most likely be retrieved from nationalteammatches (which does not take a teamId parameter, only whether we want NT or U21 matches) and filtered from there. Ideally, only one call is made even if multiple NT teams are tracked in MyMonitor (and no call at all if there is none).
Please note that team.type in this function is currently equal to nt for both NT and U21 teams, so extra parsing is needed.
The text was updated successfully, but these errors were encountered:
MyMonitor cannot display matches for NT and U21 teams:
See
foxtrick/content/information-aggregation/my-monitor.js
Lines 535 to 540 in c134de0
NT matches should most likely be retrieved from
nationalteammatches
(which does not take a teamId parameter, only whether we want NT or U21 matches) and filtered from there. Ideally, only one call is made even if multiple NT teams are tracked in MyMonitor (and no call at all if there is none).Please note that
team.type
in this function is currently equal tont
for both NT and U21 teams, so extra parsing is needed.The text was updated successfully, but these errors were encountered: