diff --git a/src/device/services/device.service.ts b/src/device/services/device.service.ts index 1a240d0..b1c60c2 100644 --- a/src/device/services/device.service.ts +++ b/src/device/services/device.service.ts @@ -33,7 +33,6 @@ export class DeviceService { ) { const accessKey = this.configService.get('auth-config.ACCESS_KEY'); const secretKey = this.configService.get('auth-config.SECRET_KEY'); - // const clientId = this.configService.get('auth-config.CLIENT_ID'); this.tuya = new TuyaContext({ baseUrl: 'https://openapi.tuyaeu.com', accessKey, @@ -259,7 +258,6 @@ export class DeviceService { method: 'GET', path, }); - // Convert keys to camel case const camelCaseResponse = convertKeysToCamelCase(response); const productType: string = await this.getProductTypeByProductId(