feat: refs #7187 Add support for multiple PDAs per user #2496
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2496
Loading…
Reference in New Issue
No description provided.
Delete Branch "7187-add-traducctions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -5,1 +5,4 @@
return new UserError(`This PDA is already assigned to another user`);
if (err.code === 'ER_SIGNAL_EXCEPTION' && err.sqlMessage === 'You can only have one active PDA')
return new UserError(`You can only have one active PDA`);
Tb se podria haver fet
return new UserError(err.sqlMessage)
per no repetir