|
|
|
@ -95,9 +95,6 @@ export class GroupService extends BaseService {
|
|
|
|
|
groupId
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
const group = this.group.getValue();
|
|
|
|
|
group.admins = [];
|
|
|
|
|
this.group.next(group);
|
|
|
|
|
return this.postGraphql(body, null, 0)
|
|
|
|
|
.pipe(tap(response => {
|
|
|
|
|
const group = this.group.getValue();
|
|
|
|
@ -117,9 +114,6 @@ export class GroupService extends BaseService {
|
|
|
|
|
groupId
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
const group = this.group.getValue();
|
|
|
|
|
group.admins = [];
|
|
|
|
|
this.group.next(group);
|
|
|
|
|
return this.postGraphql(body, null, 0)
|
|
|
|
|
.pipe(tap(response => {
|
|
|
|
|
const group = this.group.getValue();
|
|
|
|
|