cleanup + fix feed
This commit is contained in:
parent
244f7e40ce
commit
a13c7cbc22
5 changed files with 18 additions and 14 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue