mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed unhandled error when saving member data fails validations (#20316)
fixes https://linear.app/tryghost/issue/SLO-122
This commit is contained in:
parent
9b7f1be740
commit
ba2bbe7ca2
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ export default class MemberController extends Controller {
|
|||
member.hasValidated.pushObject(payloadError.property);
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
throw error;
|
||||
|
|
Loading…
Add table
Reference in a new issue