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

@ -81,7 +81,7 @@ export class ControllerRoute {
}; };
static SPACE = class { static SPACE = class {
public static readonly ROUTE = '/communities/:communityId/spaces'; public static readonly ROUTE = '/communities/:communityUuid/spaces';
static ACTIONS = class { static ACTIONS = class {
public static readonly CREATE_SPACE_SUMMARY = 'Create a new space'; public static readonly CREATE_SPACE_SUMMARY = 'Create a new space';
public static readonly CREATE_SPACE_DESCRIPTION = public static readonly CREATE_SPACE_DESCRIPTION =

View File

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