Formatting.

This commit is contained in:
mike12345567 2021-06-04 12:13:57 +01:00
parent 9d3c28ecbf
commit 1f8f04d84c
1 changed files with 1 additions and 3 deletions

View File

@ -308,9 +308,7 @@ class TestConfiguration {
async createUser() { async createUser() {
const globalId = `us_${Math.random()}` const globalId = `us_${Math.random()}`
const resp = await this.globalUser( const resp = await this.globalUser(globalId)
globalId,
)
return { return {
...resp, ...resp,
globalId, globalId,