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