T-954157790482088: User can create up to 4 profiles

- using backend validation to ensure no more than four profiles created
-
This commit is contained in:
Okechi Onyeje 2018-12-24 11:54:00 -05:00
parent b3e4dfb3ab
commit 4a74028aee

View File

@ -21,5 +21,4 @@ module.exports = {
MISSING_BODY_ATTRIBUTES: 'request/missing-body-attributes',
//Profile Errors
MAX_NUMBER_OF_PROFILES_REACHED: 'profile/max-number-of-profiles-are-being-used',
NO_PROFILE_FOUND_FOR_NUMBER: 'profile/no-profile-found-for-number'
};