AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Replace hardcoded nsid

tom.sherman.is 348e9ecf 091b99b4

verified
+1 -1
+1 -1
packages/frontpage/lib/data/atproto/event.ts
··· 8 8 export const Collection = z.union([ 9 9 z.literal(nsids.FyiUnravelFrontpagePost), 10 10 z.literal(nsids.FyiUnravelFrontpageComment), 11 - z.literal("fyi.unravel.frontpage.vote"), 11 + z.literal(nsids.FyiUnravelFrontpageVote), 12 12 ]); 13 13 14 14 const Path = z.string().transform((p, ctx) => {