Skip to content

Commit

Permalink
feat(api): Add new marketing job
Browse files Browse the repository at this point in the history
  • Loading branch information
D34THWINGS committed Jan 3, 2019
1 parent 9cf2ef0 commit 31d79d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/app/modules/partners/jobLabels.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const jobLabels = {
mobile: 'Mobile',
designer: 'Designer',
devOps: 'Dev Ops',
marketing: 'Marketing',
};

export default jobLabels;
2 changes: 1 addition & 1 deletion packages/config/shared/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
editApp: [TECH, BOARD],
deleteApp: [TECH, BOARD],
},
jobs: ['front', 'back', 'fullStack', 'designer', 'data', 'devOps', 'projectManager', 'mobile'],
jobs: ['front', 'back', 'fullStack', 'designer', 'data', 'devOps', 'projectManager', 'mobile', 'marketing'],
oauth: {
scopes: [
'users:get',
Expand Down

0 comments on commit 31d79d5

Please sign in to comment.