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