Skip to content

Commit

Permalink
Azure deploy prod Hotfix (#364)
Browse files Browse the repository at this point in the history
* 336 version 0019 updates (#345)

* 20240827 @Mookse
- version
- Remove Library Bot #340

* 20240903 @Mookse
- crude but functional Relive and end relived memory
- no saving currently

* 20240903 @Mookse
- cosmetic (vars)

* Version 0.0.20 Update (#353)

* 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
  • Loading branch information
Mookse authored Sep 16, 2024
1 parent c4bc776 commit da371ca
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 da371ca

Please sign in to comment.