mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-04 18:22:12 +00:00
e9e1a0b277
With the bluebird update to v3, all requests to gosuper (most notably, getting the IP addresses) got broken as we use .spread, which requires the Promise to fulfill with an array. So we need to add multiArgs so that getAsync and postAsync return an array.