Skip to content

Commit

Permalink
Fix close command
Browse files Browse the repository at this point in the history
  • Loading branch information
pattyjogal committed Oct 5, 2021
1 parent acc1a65 commit 76b10c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/tenmans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export async function cmdTenmans(
};
} = {
start: SubcommandTenmansStart,
end: TenmansCloseSubcommand,
close: TenmansCloseSubcommand,
vote: TenmansVoteSubcommand,
add_user: ManualAddUserToQueue,
remove_user: ManualRemoveUserToQueue,
Expand Down

0 comments on commit 76b10c7

Please sign in to comment.