1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Formatting.

This commit is contained in:
mike12345567 2021-05-19 16:24:50 +01:00
parent 4e9097862d
commit 7d3169e5e1
2 changed files with 5 additions and 5 deletions

View file

@ -312,7 +312,10 @@ class TestConfiguration {
roleId = BUILTIN_ROLE_IDS.POWER
) {
const globalId = `us_${Math.random()}`
const resp = await this.globalUser(globalId, roleId === BUILTIN_ROLE_IDS.BUILDER)
const resp = await this.globalUser(
globalId,
roleId === BUILTIN_ROLE_IDS.BUILDER
)
return {
...resp,
globalId,

View file

@ -1,8 +1,5 @@
const CouchDB = require("../db")
const {
getGlobalIDFromUserMetadataID,
InternalTables
} = require("../db/utils")
const { getGlobalIDFromUserMetadataID, InternalTables } = require("../db/utils")
const { getGlobalUsers } = require("../utilities/workerRequests")
exports.getFullUser = async (ctx, userId) => {