fix: enable AQI sensor historical data update in device status processing

This commit is contained in:
faris Aljohari
2025-06-18 07:32:39 -06:00
parent d9ad431a23
commit 7dc28d0cb3

View File

@ -330,9 +330,9 @@ export class DeviceStatusFirebaseService {
} }
if (addDeviceStatusDto.productType === ProductType.AQI) { if (addDeviceStatusDto.productType === ProductType.AQI) {
// await this.aqiDataService.updateAQISensorHistoricalData( await this.aqiDataService.updateAQISensorHistoricalData(
// addDeviceStatusDto.deviceUuid, addDeviceStatusDto.deviceUuid,
// ); );
} }
} }
// Return the updated data // Return the updated data