await fetch()

in public/js/account.js [121:125]


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