varminer-app-header 2.2.4 → 2.2.6

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.
package/dist/index.esm.js CHANGED
@@ -379,7 +379,7 @@ const getProfilePictureUrl = (baseUrl = "http://objectstore.impact0mics.local:90
379
379
  const userId = allData.decodedToken?.user_id ?? allData.auth?.user_id ?? getStoredUserDetails()?.userId ?? null;
380
380
  if (userId == null)
381
381
  return null;
382
- return `${baseUrl.replace(/\/$/, "")}/v1/objectStore/profilePicture/path/${userId}`;
382
+ return `${baseUrl.replace(/\/$/, "")}/v1/objectStore/profilePicture/path/4590`;
383
383
  }
384
384
  catch (err) {
385
385
  console.error("Error getting profile picture URL:", err);