diff --git a/js/modules/types/attachment.js b/js/modules/types/attachment.js index 16ef166839..048f4f368c 100644 --- a/js/modules/types/attachment.js +++ b/js/modules/types/attachment.js @@ -60,7 +60,6 @@ const setSchemaVersion = (next, schemaVersion) => async (attachment) => { return attachment; } - // TODO: Enable `...` object spread operator syntax: return Object.assign( {}, upgradedAttachment,