Skip to content
Snippets Groups Projects
Commit 526c14ff authored by Sebastian's avatar Sebastian
Browse files

feat(component-invite): fix lint

parent 99d0a51e
No related branches found
No related tags found
1 merge request!2Add he to manuscript
...@@ -17,8 +17,6 @@ jest.mock('pubsweet-component-mail-service', () => ({ ...@@ -17,8 +17,6 @@ jest.mock('pubsweet-component-mail-service', () => ({
})) }))
const chance = new Chance() const chance = new Chance()
const globalRoles = configRoles.global const globalRoles = configRoles.global
const manuscriptRoles = configRoles.collection
const body = { const body = {
email: chance.email(), email: chance.email(),
role: globalRoles[random(0, globalRoles.length - 1)], role: globalRoles[random(0, globalRoles.length - 1)],
......
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