Skip to content

Commit

Permalink
fix: encrypt topic
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Jun 25, 2023
1 parent 48902f8 commit 502f488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/questions.js
Expand Up @@ -65,7 +65,7 @@ module.exports = class QuestionsModal extends Modal {
where: { id: Number(f.customId) },
})),
},
topic,
topic: topic ? encrypt(topic) : null,
},
select,
where: { id: interaction.channel.id },
Expand Down

0 comments on commit 502f488

Please sign in to comment.