in website/pages/en/index.js [33:38]
async function fetch_user_name( int $_, ): Awaitable<string> { // This could be a database request. return ""; }