From 0f63e076a6e4f880d58ce6e8cdefb38f3f372f07 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 27 Jul 2018 13:25:58 -0600 Subject: [PATCH] fix: username status fix --- services/users.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/users.js b/services/users.js index a12d10b35..83873b3da 100644 --- a/services/users.js +++ b/services/users.js @@ -84,9 +84,7 @@ async function upsertUser( status: { username: { status: usernameStatus, - history: { - status: usernameStatus, - }, + history: [{ status: usernameStatus }], }, }, });