Skip to content

Commit

Permalink
Fix cw unbanartist
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyfour committed Dec 11, 2023
1 parent 96f35c5 commit 8257e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Lastfm/Crowns/BanArtist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class BanArtist extends CrownsChildCommand<typeof args> {
async run() {
const artist = this.parsedArguments.artist;

const unban = this.extract.didMatch("unban");
const unban = this.variationWasUsed("unban");

if (unban) {
const artistCrownBan = await this.crownsService.artistCrownUnban(
Expand Down

0 comments on commit 8257e9d

Please sign in to comment.