Skip to content

Commit

Permalink
Skip unused assignment in ReclaimMannequinCommandHandler.
Browse files Browse the repository at this point in the history
co-authored-by: Hannah Fishback <38845272+hfishback01@users.noreply.github.com>
  • Loading branch information
synthead and hfishback01 committed Jun 26, 2023
1 parent bf2c4eb commit 9a971d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public async Task Handle(ReclaimMannequinCommandArgs args)

if (!args.NoPrompt)
{
_ = _confirmationService.AskForConfirmation("Reclaiming mannequins with the --skip-invitation option is immediate and irreversible. Are you sure you wish to continue? [y/N]");
_confirmationService.AskForConfirmation("Reclaiming mannequins with the --skip-invitation option is immediate and irreversible. Are you sure you wish to continue? [y/N]");
}
}

Expand Down

0 comments on commit 9a971d1

Please sign in to comment.