mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
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
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:
parent
4d49554a0e
commit
083fae51de
5 changed files with 18 additions and 6 deletions
|
@ -91,6 +91,9 @@ export default defineEventHandler(async (event) => {
|
|||
});
|
||||
}
|
||||
});
|
||||
const pushNewsOrg = await sql`
|
||||
insert into
|
||||
`
|
||||
cache[slug] = {
|
||||
slug: slug,
|
||||
title: newsOrgName,
|
||||
|
|
|
@ -70,7 +70,7 @@ export default defineEventHandler(async (event) => {
|
|||
`;
|
||||
setCookie(event, "token", newToken);
|
||||
return {
|
||||
user: fetchUserInfoAgain,
|
||||
user: ,
|
||||
};
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue