Fix Line Format

pull/403/head
Beihao Zhou 1 year ago
parent c729bf40ee
commit 2aeaeaccde
  1. 6
      lib/team.ts

@ -71,9 +71,9 @@ export async function getExecNames() {
formattedExec = execMembers.map(
(member) =>
`0${execPositions[member.position].order}-
${member.name.split(" ")[0].toLowerCase()}-
${member.name.split(" ")[1].toLowerCase()}`
`0${execPositions[member.position].order}-${member.name
.split(" ")[0]
.toLowerCase()}-${member.name.split(" ")[1].toLowerCase()}`
);
} finally {
await client.unbind();

Loading…
Cancel
Save