1
0
Fork 0
mirror of synced 2024-07-07 15:36:19 +12:00

sets the correct response for send email

This commit is contained in:
prateek banga 2023-09-06 16:30:46 +05:30
parent 039e717d72
commit 15773a3561

View file

@ -1248,5 +1248,5 @@ App::post('/v1/messaging/messages/email')
$response
->setStatusCode(Response::STATUS_CODE_CREATED)
->dynamic($provider, Response::MODEL_MESSAGE);
->dynamic($message, Response::MODEL_MESSAGE);
});