user profile lel
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 16s

This commit is contained in:
Flummi
2023-07-02 13:11:31 +02:00
parent 85212051d0
commit 48596ad17a
2 changed files with 10 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export default (router, tpl) => {
const user = decodeURIComponent(req.params.user);
const query = await db`
select "user".user, user_options.*
select "user".user, "user".created_at, user_options.*
from user_options
left join "user" on "user".id = user_options.user_id
where "user".user ilike ${user}