Debug placeholder

pull/403/head
Rebecca-Chou 1 year ago
parent fc3d3e11d3
commit 608f6342da
  1. 4
      lib/team.ts

@ -57,6 +57,8 @@ export async function getExecNames() {
item1.order.localeCompare(item2.order)
);
console.log(execMembers);
formattedExec = execMembers.map(
(member) =>
`0${member.order}-
@ -67,6 +69,8 @@ export async function getExecNames() {
await client.unbind();
}
console.log(formattedExec);
return formattedExec;
}

Loading…
Cancel
Save