diff --git a/inc/js/mylife-agent-factory.mjs b/inc/js/mylife-agent-factory.mjs index d1519cf..90a2be9 100644 --- a/inc/js/mylife-agent-factory.mjs +++ b/inc/js/mylife-agent-factory.mjs @@ -989,7 +989,7 @@ class MyLifeFactory extends AgentFactory { return await this.#dataservices.registerCandidate(candidate) } updateItem(){ - throw new Error('MyLife server cannot update items') + console.log(chalk.blueBright('MyLifeFactory::updateItem()::error'), chalk.bgRed('updateItem Request, but MyLife server cannot update items')) } /** * Validate registration id.