fix: no : in class names

This commit is contained in:
Julien Calixte
2026-02-21 19:37:36 +01:00
parent defce0b45e
commit 1dffab12df
4 changed files with 6 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ export const getAuthor = async (did: string): Promise<Author | null> => {
}
try {
const { data: author, error } = await microcosmSlingshot(
const { data: author } = await microcosmSlingshot(
"/xrpc/blue.microcosm.identity.resolveMiniDoc",
{ query: { identifier: did } },
)