Skip to content

Commit 343df2f

Browse files
author
Jason Du
committed
Fix: remove format
1 parent d129efb commit 343df2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Services/delorean-es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class DeloreanES {
113113
*/
114114
postDownloadRequest(userId, deviceId, payload) {
115115
const url = `${this.url}/devices/${deviceId}/readings/download`;
116-
payload = { ...payload, user_id: userId, format: 'object' };
116+
payload = { ...payload, user_id: userId };
117117
return this.auth.send(this.service, 'POST', url, { payload });
118118
}
119119
}

0 commit comments

Comments
 (0)