@paulhectork/aiiinotate 0.12.4 → 0.12.5
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
|
@@ -253,7 +253,7 @@ class Annotations2 extends CollectionAbstract {
|
|
|
253
253
|
* @returns {Promise<object>} the updated annotation
|
|
254
254
|
*/
|
|
255
255
|
async #updateAnnotationPostManifestInsert(annotation, insertedManifestIds, throwOnCanvasIndexError) {
|
|
256
|
-
this.fastify.log.error(inspectObj(annotation))
|
|
256
|
+
this.fastify.log.error(`${inspectObj(annotation)}`)
|
|
257
257
|
/** @type {object[]} */
|
|
258
258
|
let targetArray = annotation.on;
|
|
259
259
|
targetArray = await Promise.all(
|