fixed communityUuid

This commit is contained in:
hannathkadher
2024-10-21 10:29:59 +04:00
parent 19bca44aa1
commit 50cc6ed38f
2 changed files with 2 additions and 1 deletions

View File

@ -915,6 +915,7 @@ export class DeviceService {
);
}
}
async getDeviceLogs(deviceUuid: string, query: GetDeviceLogsDto) {
try {
const deviceDetails = await this.getDeviceByDeviceUuid(deviceUuid);