Open
Description
This line of code is problematic
atcute/packages/core/client/lib/rpc.ts
Lines 147 to 157 in ed74cf0
We should always assume XRPC to return JSON, if the lexicon specifies returning anything other than JSON, then we should make this explicit in the types.
const { data } = await rpc.get('com.atproto.sync.getBlob', {
// this is required, must be `json`, `blob` or `bytes`
as: 'blob',
});
Activity