Skip to content

Commit ec50749

Browse files
committed
20240916 @Mookse
- hotfix accidentally removed `personal-avatar` document for Q from system, had to recreate; in moving vector store, require a capture and alert updateItem() was throwing fatal error even after document was restored and vectorstore appropriately moved to avatar; will fix at later date, is resident in issue in .21
1 parent 625897d commit ec50749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/js/mylife-agent-factory.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ class MyLifeFactory extends AgentFactory {
989989
return await this.#dataservices.registerCandidate(candidate)
990990
}
991991
updateItem(){
992-
throw new Error('MyLife server cannot update items')
992+
console.log(chalk.blueBright('MyLifeFactory::updateItem()::error'), chalk.bgRed('updateItem Request, but MyLife server cannot update items'))
993993
}
994994
/**
995995
* Validate registration id.

0 commit comments

Comments
 (0)