export default defineEventHandler(async (event) => {});

async function findUser(githubUser: any) {
  console.log("Github User: " + githubUser);
}