Skip to content

Commit

Permalink
resolve more test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Aug 18, 2024
1 parent f803fbb commit e9dcbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/explainer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def self.update_paragraphs_in_alegre(id, previous_paragraphs_count, timestamp)
quiet: true,
context: base_context.merge({ paragraph: count })
}
Bot::Alegre.request_delete_from_raw(params, type)
Bot::Alegre.request_delete_from_raw(params, "text")
end
end

Expand Down

0 comments on commit e9dcbcc

Please sign in to comment.