mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 02:36:19 +00:00
add product name for the get all devices endpoint
This commit is contained in:
@ -534,7 +534,7 @@ export class DeviceService {
|
||||
});
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const { productName, productId, id, ...rest } = camelCaseResponse.result;
|
||||
const { productId, id, ...rest } = camelCaseResponse.result;
|
||||
|
||||
return {
|
||||
...rest,
|
||||
|
Reference in New Issue
Block a user