@paulhectork/aiiinotate 0.12.1 → 0.12.2
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/package.json
CHANGED
|
@@ -113,7 +113,7 @@ class Manifests2 extends CollectionAbstract {
|
|
|
113
113
|
* @returns
|
|
114
114
|
*/
|
|
115
115
|
async #fetchManifestFromUri(manifestUri) {
|
|
116
|
-
|
|
116
|
+
this.fastify.log.error(">>>> MANIFEST URI", manifestUri);
|
|
117
117
|
try {
|
|
118
118
|
const r = await fetch(manifestUri);
|
|
119
119
|
return await r.json();
|