a homebrewed DnD campaign based in the Honkai: Star Rail universe
hsr honkaistarrail dnd
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix lint error

+1
+1
app/src/lib/sum-type.ts
··· 30 30 throw error 31 31 }) 32 32 return resultOk(data) 33 + // oxlint-disable-next-line no-explicit-any 33 34 } catch (error: any) { 34 35 return resultError(error) 35 36 }