mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 09:24:54 +00:00
Refactor DeviceService's getDeviceByDeviceUuid method
This commit is contained in:
@ -41,7 +41,7 @@ export class DeviceService {
|
|||||||
secretKey,
|
secretKey,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
private async getDeviceByDeviceUuid(
|
async getDeviceByDeviceUuid(
|
||||||
deviceUuid: string,
|
deviceUuid: string,
|
||||||
withProductDevice: boolean = true,
|
withProductDevice: boolean = true,
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user