mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
create room
This commit is contained in:
@@ -173,7 +173,7 @@ export class NewGroupPage implements OnInit{
|
||||
async createGroup1() {
|
||||
const result = await this.roomRepositoryService.create({
|
||||
roomName: this.groupName,
|
||||
createdBy: 0,
|
||||
createdBy: SessionStore.user.UserId,
|
||||
roomType: 0,
|
||||
expirationDate: null
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user