FIX: typo while updating a section (#98)

This commit is contained in:
Roman Rizzi 2023-06-27 17:57:58 -03:00 committed by GitHub
parent 1b568f2391
commit fbe1bab980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module DiscourseAi
section[:ids] << item[:id]
else
chunks << section
section = { id: [item[:id]], summary: new_content }
section = { ids: [item[:id]], summary: new_content }
end
end