backend updateUser fix

This commit is contained in:
Alex
2025-02-07 21:43:54 +01:00
parent 67ef3a2fca
commit 77619c42bd
6 changed files with 32 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ var (
ErrNotAuthorized = errors.New("not authorized")
ValErrParentIDNotSet = errors.New("Parent Membership ID not provided")
ValErrParentIDNotFound = errors.New("Parent Membership ID not found")
ErrSubscriptionNotFound = errors.New("Subscription Model not found")
)
var Responses = struct {