fix: missed users service

This commit is contained in:
Wyatt Johnson
2018-07-11 16:49:54 -06:00
parent 871206740f
commit 70ff49ec4f
3 changed files with 5 additions and 4 deletions
@@ -63,7 +63,7 @@ export async function findOrCreateOIDCUser(
// FIXME: implement rules.
// Create the new user, as one didn't exist before!
user = await create(db, tenant.id, {
user = await create(db, tenant, {
username: null,
role: GQLUSER_ROLE.COMMENTER,
email,