tactilenews / 100eyes

Dialogtechnologie für den Pivot to People invented by tactile.news GmbH
MIT License
10 stars 1 forks source link

[BUG] Bug sending `user_count_exceeds_plan_limit_email` #1871

Closed mattwr18 closed 1 month ago

mattwr18 commented 1 month ago

Steps to reproduce

FAILED (0 prior attempts) with ActionView::Template::Error: no implicit conversion of Array into String

Dev Notes

This occurs because the method user_count_exceeds_plan_limit_email sets the @text instance variable to an array instead of a string:

@text = [subject, I18n.t('adapter.postmark.user_count_exceeds_plan_limit.text', organization_name: organization.name)]