mkreiser / ESPN-Fantasy-Football-API

Connect to ESPN's fantasy football API via this JS API client for web and NodeJS. Available as an npm package.
http://espn-fantasy-football-api.s3-website.us-east-2.amazonaws.com/
GNU Lesser General Public License v3.0
306 stars 76 forks source link

Team name missing a space between location and nickname #118

Closed briancshi closed 5 years ago

briancshi commented 5 years ago

Looks like a space is missing between data.location and data.nickname on this line? https://github.com/mkreiser/ESPN-Fantasy-Football-API/blob/master/src/team/team.js#L88

mkreiser commented 5 years ago

Fix merged in #120, published in 0.10.2