Skip to content

Commit

Permalink
20240916 @Mookse
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Mookse committed Sep 16, 2024
1 parent 625897d commit ec50749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/js/mylife-agent-factory.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ec50749

Please sign in to comment.