Skip to content
Snippets Groups Projects
Commit 0a633e71 authored by Sebastian Mihalache's avatar Sebastian Mihalache
Browse files

fix(lint)

parent f09bd84e
No related branches found
No related tags found
1 merge request!14Sprint #15
const {
Team,
User,
Email,
services,
Fragment,
......@@ -47,7 +46,6 @@ module.exports = models => async (req, res) => {
})
}
const userHelper = new User({ UserModel: models.User })
const newFragmentBody = {
...omit(fragment, ['revision', 'recommendations', 'id']),
...fragment.revision,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment