excluded tuya device id from response

This commit is contained in:
hannathkadher
2024-11-04 20:40:27 +04:00
parent 8cbe910f4c
commit 6e2f3bb8b6

View File

@ -100,7 +100,7 @@ export class SpaceDeviceService {
});
// Exclude specific keys and add `productUuid`
const { ...rest } = camelCaseResponse;
const { uuid, ...rest } = camelCaseResponse;
return {
...rest,
productUuid: product?.uuid,