ExperiBass / esiJS

A simple Node module for EVE Onlines' ESI.
https://github.com/ExperiBass/esiJS
GNU General Public License v3.0
21 stars 10 forks source link

Fix character affiliation method, #15

Closed quantumferret closed 4 years ago

quantumferret commented 4 years ago

which broke from version 3.0.2 to 4.0.1. The param name now matches the variables inside the function again, and the function comment + character.md doc are updated to mirror the ESI and more clearly describe what the method does.

I tried to mirror the style of esiJS as closely as possible, hopefully the changes are up to snuff.

ExperiBass commented 4 years ago

Whoops, looks like i broke something, thanks for catching it :D

quantumferret commented 4 years ago

Happy to help!