Debug code

This commit is contained in:
Eric Bailey
2025-09-30 13:02:54 -05:00
parent 4e418c0d05
commit 38445f31f4
+1
View File
@@ -322,6 +322,7 @@ class BskyAppAgent extends BskyAgent {
// Now the agent is ready.
const account = agentToSessionAccountOrThrow(this)
this.persistSessionHandler = event => {
console.log('persistSessionHandler', {event})
onSessionChange(this, account.did, event)
if (event !== 'create' && event !== 'update') {
addSessionErrorLog(account.did, event)