Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
feat(userProfile): implement user profile update
Browse files Browse the repository at this point in the history
- remove backend functionality to upload image(multipart/form-data)
- add validations on user update route
- update babel packages to fix transpilation problem on heroku

[#161291007]
  • Loading branch information
Andela-Jalil committed Nov 8, 2018
1 parent efac140 commit 035b6ff
Show file tree
Hide file tree
Showing 8 changed files with 1,517 additions and 1,082 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"presets": ["env"]
"presets": [
[ "@babel/env", {
"useBuiltIns": "usage"
}]
]
}

Loading

0 comments on commit 035b6ff

Please sign in to comment.