move-coop / parsons

A python library of connectors for the progressive community.
Other
254 stars 125 forks source link

Fix VAN create_event location_ids list bug #1073

Closed codygordon closed 1 week ago

codygordon commented 3 weeks ago

Looks like this was defined as a list within a tuple, and events were not being associated with provided locations. Confirmed provided locations are properly associated with created events with this change.