1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Formatting.

This commit is contained in:
mike12345567 2021-06-04 12:13:57 +01:00
parent fe4fcad77c
commit 7032305f01

View file

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