@ecency/sdk 1.5.2 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3342,7 +3342,7 @@ function getStatsQueryOptions({
3342
3342
  queryKey: ["integrations", "plausible", url, dimensions, metrics],
3343
3343
  queryFn: async () => {
3344
3344
  const fetchApi = getBoundFetch();
3345
- const response = await fetchApi(`https://ecency.com/api/stats`, {
3345
+ const response = await fetchApi(`${CONFIG.privateApiHost}/api/stats`, {
3346
3346
  method: "POST",
3347
3347
  body: JSON.stringify({
3348
3348
  metrics,