Fix create group error only appearing after 30 seconds

master
trivernis 5 years ago
parent d2800ddc6a
commit e466259e0e

@ -36,6 +36,6 @@ export class SocialService extends BaseService {
*/
createGroup(name: string) {
const body = SocialService.buildGroupCreateBody(name);
return this.postGraphql(body);
return this.postGraphql(body, null, 0);
}
}

Loading…
Cancel
Save