We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39fb57 commit 44af061Copy full SHA for 44af061
extra/lib/plausible_web/controllers/api/external_sites_controller.ex
@@ -40,7 +40,7 @@ defmodule PlausibleWeb.Api.ExternalSitesController do
40
teams:
41
Enum.map(page.entries, fn team ->
42
api_available? =
43
- Plausible.Billing.Feature.StatsAPI in Teams.Billing.allowed_features_for(team)
+ Plausible.Billing.Feature.StatsAPI.check_availability(team) == :ok
44
45
%{
46
id: team.identifier,
0 commit comments