Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGuy12 authored and github-actions[bot] committed Jun 20, 2023
1 parent 9d9a16f commit c047d99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/threads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,7 @@ function getThreadConfig(thread: AnyThreadChannel) {
}

function addRoleToThread({ role, thread }: { role: Role; thread: AnyThreadChannel }) {
return Promise.all(role.members.map((member) => thread.members.add(member, "Has qualifying role initially")));
return Promise.all(
role.members.map((member) => thread.members.add(member, "Has qualifying role initially")),
);
}

0 comments on commit c047d99

Please sign in to comment.