Made the about news org clickable & commit somethings that are not
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run

pushed in the last commit.
This commit is contained in:
yuanhau 2025-06-05 15:48:52 +08:00
parent 4d49554a0e
commit 083fae51de
5 changed files with 18 additions and 6 deletions

View file

@ -91,6 +91,9 @@ export default defineEventHandler(async (event) => {
});
}
});
const pushNewsOrg = await sql`
insert into
`
cache[slug] = {
slug: slug,
title: newsOrgName,

View file

@ -70,7 +70,7 @@ export default defineEventHandler(async (event) => {
`;
setCookie(event, "token", newToken);
return {
user: fetchUserInfoAgain,
user: ,
};
} catch (e) {
console.log(e);