diff --git a/keyserver/src/updaters/thread-updaters.js b/keyserver/src/updaters/thread-updaters.js --- a/keyserver/src/updaters/thread-updaters.js +++ b/keyserver/src/updaters/thread-updaters.js @@ -358,7 +358,7 @@ const { description } = request.changes; if (description !== undefined && description !== null) { changedFields.description = description; - sqlUpdate.description; + sqlUpdate.description = description; } if (request.changes.color) { const color = request.changes.color.toLowerCase();