balena-io-modules / pinejs-client-js

4 stars 4 forks source link

Drop unnecessary async from request() #101

Closed thgreasi closed 4 years ago

thgreasi commented 4 years ago

This allows consumers like pinejs-client-supertest to have all the methods returning different Promise types based solely on the implementation of the request() method.

Change-type: patch Signed-off-by: Thodoris Greasidis thodoris@balena.io