await fetch()

in public/js/account.js [79:87]


      await fetch("/api/update-subscription", {
        method: "POST",
        headers: { "Content-Type": "application/json" },
        body: JSON.stringify({
          entitlements: Array.from(
            new Set([...this.model.subscriptions, show])
          ),
        }),
      });