mirror of
https://github.com/plausible/analytics.git
synced 2024-12-29 04:22:34 +03:00
48b02c1396
This commit fixes a bug where the SendTrialNotifications job tried to suggest a plan for users switching to enterprise plans, resulting in the exception below: ``` UndefinedFunctionError: function :enterprise.volume/0 is undefined (module :enterprise is not available) Module "enterprise", in :enterprise.volume/0 File "lib/plausible_web/templates/email/trial_upgrade_email.html.eex", line 5, in PlausibleWeb.EmailView."trial_upgrade_email.html"/1 File "lib/phoenix_view.ex", line 381, in Phoenix.View.render_within/3 File "lib/phoenix_view.ex", line 557, in Phoenix.View.render_to_iodata/3 File "lib/phoenix_view.ex", line 564, in Phoenix.View.render_to_string/3 File "lib/bamboo_phoenix.ex", line 291, in Bamboo.Phoenix.render_text_or_html_email/1 File "lib/workers/send_trial_notifications.ex", line 67, in Plausible.Workers.SendTrialNotifications.send_today_reminder/1 File "lib/workers/send_trial_notifications.ex", line 36, in anonymous fn/2 in Plausible.Workers.SendTrialNotifications.perform/1 ``` |
||
---|---|---|
.. | ||
auth | ||
billing | ||
error | ||
layout | ||
page | ||
site | ||
stats | ||
unsubscribe |