Fixed unhandled error when saving member data fails validations (#20316)

fixes https://linear.app/tryghost/issue/SLO-122
This commit is contained in:
Sag 2024-06-04 08:46:57 +02:00 committed by GitHub
parent 9b7f1be740
commit ba2bbe7ca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,6 +212,7 @@ export default class MemberController extends Controller {
member.hasValidated.pushObject(payloadError.property);
}
}
return;
}
throw error;