Refactor DeviceService's getDeviceByDeviceUuid method

This commit is contained in:
faris Aljohari
2024-06-24 13:29:03 +03:00
parent 5319d76d41
commit b8a92c816a

View File

@ -41,7 +41,7 @@ export class DeviceService {
secretKey, secretKey,
}); });
} }
private async getDeviceByDeviceUuid( async getDeviceByDeviceUuid(
deviceUuid: string, deviceUuid: string,
withProductDevice: boolean = true, withProductDevice: boolean = true,
) { ) {