tangled
alpha
login
or
join now
flo-bit.dev
/
blento
21
fork
atom
your personal website on atproto - mirror
blento.app
21
fork
atom
overview
issues
1
pulls
pipelines
fix again
Florian
1 month ago
33dc7c19
02917554
+1
-2
1 changed file
expand all
collapse all
unified
split
src
lib
atproto
methods.ts
+1
-2
src/lib/atproto/methods.ts
···
94
94
});
95
95
96
96
if (!response.ok || response.data.handle === 'handle.invalid') {
97
97
-
// fall back to describe repo
98
98
-
const repo = await describeRepo({ did: data.did, client: data.client });
97
97
+
const repo = await describeRepo({ did: data.did });
99
98
return { handle: repo?.handle ?? 'handle.invalid', did: data.did };
100
99
}
101
100