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 { const {
Team, Team,
User,
Email, Email,
services, services,
Fragment, Fragment,
...@@ -47,7 +46,6 @@ module.exports = models => async (req, res) => { ...@@ -47,7 +46,6 @@ module.exports = models => async (req, res) => {
}) })
} }
const userHelper = new User({ UserModel: models.User })
const newFragmentBody = { const newFragmentBody = {
...omit(fragment, ['revision', 'recommendations', 'id']), ...omit(fragment, ['revision', 'recommendations', 'id']),
...fragment.revision, ...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