Skip to content

Commit e05e5e9

Browse files
sudabusticated
andauthored
Update src/Particle.js
Co-authored-by: Matthew Mirande <busticated@users.noreply.github.com>
1 parent 1221e07 commit e05e5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Particle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1951,7 +1951,7 @@ class Particle {
19511951
* @param {Object} [options.context] Request context
19521952
* @returns {Promise} A promise
19531953
*/
1954-
getProductDeviceConfigurationSchema({ auth, product, deviceId, headers = {}, context }){
1954+
getProductDeviceConfigurationSchema({ auth, product, deviceId, headers, context }){
19551955
headers.accept = 'application/schema+json';
19561956
return this.get({
19571957
uri: `/v1/products/${product}/config/${deviceId}`,

0 commit comments

Comments
 (0)