fix change

This commit is contained in:
Peter Maquiran
2024-08-30 17:16:15 +01:00
parent 3edbcc194e
commit 6193aac4a8
10 changed files with 18 additions and 16 deletions
@@ -45,11 +45,13 @@ export class CreateRoomUseCaseService {
async execute(data: CreateRoomInputDTO, tracing?: TracingType) {
const result = await this.RoomSocketRepositoryService.CreateGroup(data)
console.log('history', result)
// const result = await this.roomRemoteDataSourceService.createRoom(data)
if(result.isOk()) {
console.log(result.value)
console.log('create rooms',result.value)
if(!result?.value?.createdBy) {
let dataObject;