chore: code formatting

This commit is contained in:
github-actions[bot]
2022-03-10 03:04:40 +00:00
parent 96ea0beb95
commit 52953d380a
2 changed files with 10 additions and 7 deletions

View File

@@ -16,10 +16,10 @@ export default function({ faker }, target, that, [{ username }]) {
emails: [
{
email: faker.internet.email(),
verified: true
}
]
}
verified: true,
},
],
},
],
})
}