···247 }
248 });
249250- if (!record.ok) throw new Error((record.data as { message?: string })?.message ?? 'Record not found');
0251252 return JSON.parse(JSON.stringify(record.data));
253}
···247 }
248 });
249250+ if (!record.ok)
251+ throw new Error((record.data as { message?: string })?.message ?? 'Record not found');
252253 return JSON.parse(JSON.stringify(record.data));
254}
+2-1
src/lib/atproto/settings.ts
···24 'site.standard.document',
25 'xyz.statusphere.status',
26 'community.lexicon.calendar.rsvp',
27- 'community.lexicon.calendar.event'
028 ],
2930 // what types of authenticated proxied requests you can make to services
···24 'site.standard.document',
25 'xyz.statusphere.status',
26 'community.lexicon.calendar.rsvp',
27+ 'community.lexicon.calendar.event',
28+ 'app.nearhorizon.actor.pronouns'
29 ],
3031 // what types of authenticated proxied requests you can make to services