We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c399d0a commit a5f3a4cCopy full SHA for a5f3a4c
src/services/TeamService.js
@@ -1139,7 +1139,7 @@ async function _validateRoleSearchRequests (roleSearchRequestIds) {
1139
// search from skill list
1140
if (!roleSearchRequests[roleSearchRequestId].jobDescription) {
1141
const skills = await getSkillNamesByIds(roleSearchRequest.skills)
1142
- roleSearchRequests[roleSearchRequestId].jobDescription = skills.join(',')
+ roleSearchRequests[roleSearchRequestId].jobDescription = skills.join(', ')
1143
}
1144
1145
0 commit comments