Skip to content

Commit

Permalink
Merge pull request #37 from pattyjogal/tenmans_close_hotfix
Browse files Browse the repository at this point in the history
Fix close command
  • Loading branch information
pattyjogal authored Oct 5, 2021
2 parents acc1a65 + 76b10c7 commit 368e692
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 368e692

Please sign in to comment.