Skip to content

Commit 5bdd97e

Browse files
authored
Merge pull request #418 from topcoder-platform/roles-milestone18
Roles milestone18 - fixes
2 parents f167f08 + 92aeba8 commit 5bdd97e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/RoleService.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,13 @@ updateRole.schema = Joi.object().keys({
192192
global: Joi.smallint().required(),
193193
inCountry: Joi.smallint().required(),
194194
offShore: Joi.smallint().required(),
195+
niche: Joi.smallint(),
196+
rate30Niche: Joi.smallint(),
195197
rate30Global: Joi.smallint(),
196198
rate30InCountry: Joi.smallint(),
197199
rate30OffShore: Joi.smallint(),
198200
rate20Global: Joi.smallint(),
201+
rate20Niche: Joi.smallint(),
199202
rate20InCountry: Joi.smallint(),
200203
rate20OffShore: Joi.smallint()
201204
}).required()),

0 commit comments

Comments
 (0)