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 }], }, }, });