@learnpack/learnpack 5.0.252 → 5.0.256

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/src/ui/app.tar.gz CHANGED
Binary file
package/src/utils/api.ts CHANGED
@@ -538,6 +538,7 @@ const updateRigoAssetID = async (
538
538
  const headers = {
539
539
  Authorization: "Token " + token.trim(),
540
540
  }
541
+ console.log("HEADERS", headers)
541
542
  try {
542
543
  const response = await axios.put(url, { asset_id }, { headers })
543
544
  return response.data