tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Optional list may result in NullPointerException in /account/{id}/get-advisors #1123

Closed UnspeakableHorror closed 8 years ago

UnspeakableHorror commented 8 years ago

Fixes https://github.com/natebenson/vyllage/issues/1122.

Since the list of ids is optional it should be copied into a new list instead to avoid NPEs.