Fixed various build errors

This commit is contained in:
Christopher
2026-01-22 14:00:12 -08:00
parent cc302c73d4
commit 38a6b88e7e
5 changed files with 13 additions and 15 deletions
+2 -2
View File
@@ -70,13 +70,13 @@ export async function GET(
...post,
isLiked: likedPostIds.has(post.id),
isReposted: repostedPostIds.has(post.id),
};
} as any;
replyPosts = replies.map(r => ({
...r,
isLiked: likedPostIds.has(r.id),
isReposted: repostedPostIds.has(r.id),
}));
})) as any;
}
} catch {
// Not authenticated or other error, skip flags