Merge branch 'dev' into staging
This commit is contained in:
commit
b03828bf29
@ -162,7 +162,7 @@ export default class SubscriptionsController extends ApiController {
|
||||
await this.emailBuilder.sendInvitationEmails(emails);
|
||||
|
||||
//success
|
||||
this.httpSuccess(response);
|
||||
this.httpSuccess(response, {message: "Invitations sent"});
|
||||
|
||||
} catch (error) {
|
||||
this.httpInternalError(response, error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user