mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Clean the awful code.
This commit is contained in:
parent
98ffbec764
commit
569cd087e7
15 changed files with 193 additions and 167 deletions
|
@ -1,8 +1,5 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
|
||||
})
|
||||
export default defineEventHandler(async (event) => {});
|
||||
|
||||
async function findUser(githubUser: any) {
|
||||
console.log("Github User: " + githubUser);
|
||||
|
||||
}
|
||||
console.log("Github User: " + githubUser);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue