From e26c0475a33bf8976fd0c6df338c44c50e4f2f13 Mon Sep 17 00:00:00 2001 From: faris Aljohari <83524184+farisaljohari@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:37:48 +0300 Subject: [PATCH] Remove commented out code --- src/device/services/device.service.ts | 2 -- 1 file changed, 2 deletions(-) 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(