await fetch()

in public/js/account.js [98:102]


      await fetch("/api/user-spotify-delete-entitlements", {
        method: "POST",
        headers: { "Content-Type": "application/json" },
        body: JSON.stringify({ entitlements: [show] }),
      });