tangled
alpha
login
or
join now
mary.my.id
/
boat
22
fork
atom
handy online tools for AT Protocol
boat.kelinci.net
atproto
bluesky
atcute
typescript
solidjs
22
fork
atom
overview
issues
pulls
pipelines
fix: log applicator error
mary.my.id
8 months ago
238ee11e
fe869c28
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+3
1 changed file
expand all
collapse all
unified
split
src
views
identity
plc-applicator
steps
step1_handle-input.tsx
+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
+
58
59
return {
59
60
didDoc: didDoc,
60
61
logs: canonical,
···
84
85
if (message !== undefined) {
85
86
setError(message);
86
87
} else {
88
88
+
console.error(err);
89
89
+
87
90
setError(`Something went wrong: ${err}`);
88
91
}
89
92
},