cleanup + fix feed

This commit is contained in:
Yusur 2025-09-17 14:00:59 +02:00
parent 244f7e40ce
commit a13c7cbc22
5 changed files with 18 additions and 14 deletions

View file

@ -16,7 +16,6 @@ export async function load(event) {
const respJ = await resp.json();
let { users } = respJ;
console.log(users);
if (users[id]) {
if (users[id].username) {
redirect(302, "/@" +users[id].username );