diff --git a/lib/team.ts b/lib/team.ts index b31ac8a0..3936681f 100644 --- a/lib/team.ts +++ b/lib/team.ts @@ -76,7 +76,7 @@ export async function getExecNames() { .toLowerCase()}-${member.name.split(" ")[1].toLowerCase()}` ); - formattedExec = [...formattedExec, "06-codey.md"]; + formattedExec = [...formattedExec, "06-codey"]; // Add a new line??? } finally {