mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix change
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user