atproto explorer pdsls.dev
atproto tool

show record even if invalid

Changed files
+1 -1
src
+1 -1
src/App.tsx
···
try {
const res = await getRecord(params.repo, params.collection, params.rkey);
setNotice("Validating...");
-
await authenticate_post(res.data.uri, res.data.cid!, res.data.value);
setRecord(res.data);
+
await authenticate_post(res.data.uri, res.data.cid!, res.data.value);
setNotice("");
} catch (err: any) {
if (err.message) setNotice(err.message);