From 57f67bc8d170723c7327b79857c0ef41d7ece71c Mon Sep 17 00:00:00 2001 From: Rebecca-Chou Date: Mon, 14 Feb 2022 10:09:12 +0800 Subject: [PATCH] edit codey file name --- lib/team.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {