backend updateUser fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user