handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs

fix: log applicator error

mary.my.id 238ee11e fe869c28

verified
+3
+3
src/views/identity/plc-applicator/steps/step1_handle-input.tsx
··· 55 55 const [didDoc, logs] = await Promise.all([getDidDocument({ did }), getPlcAuditLogs({ did })]); 56 56 const { canonical } = await processIndexedEntryLog(did, logs); 57 57 58 + 58 59 return { 59 60 didDoc: didDoc, 60 61 logs: canonical, ··· 84 85 if (message !== undefined) { 85 86 setError(message); 86 87 } else { 88 + console.error(err); 89 + 87 90 setError(`Something went wrong: ${err}`); 88 91 } 89 92 },