clvLabs / fortnitetracker-stats

Stats and tools for fortnitetracker.com
2 stars 0 forks source link

Unify tag names in formatted strings #2

Closed clvLabs closed 3 years ago

clvLabs commented 3 years ago

Try to use the original api field names in formatted strings.

        "trackerUrl": "https://fortnitetracker.com/profile/all/{user}/matches",

should be

        "trackerUrl": "https://fortnitetracker.com/profile/all/{trn_username}/matches",
clvLabs commented 3 years ago

ProfilePinger already fixed, when APIStatsGetter has been reviewed the issue can be closed.

gescudero commented 3 years ago

APIStatsGetter was already well formatted.