Fixed invite return

This commit is contained in:
Vins 2024-04-04 16:51:57 +02:00
parent 8b821ee785
commit a77b111e62

View File

@ -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);