Remove commented out code

This commit is contained in:
faris Aljohari
2024-03-25 14:37:48 +03:00
parent 46e7fc4260
commit e26c0475a3

View File

@ -33,7 +33,6 @@ export class DeviceService {
) {
const accessKey = this.configService.get<string>('auth-config.ACCESS_KEY');
const secretKey = this.configService.get<string>('auth-config.SECRET_KEY');
// const clientId = this.configService.get<string>('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(