mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 01:11:27 +03:00
fix: importing a ticket with question answers
This commit is contained in:
@@ -93,7 +93,7 @@ expose({
|
||||
|
||||
if (ticket.questionAnswers.length) {
|
||||
ticket.questionAnswers = {
|
||||
create: ticket.questionAnswers.map(async answer => {
|
||||
create: ticket.questionAnswers.map(answer => {
|
||||
answer.value &&= encrypt(answer.value);
|
||||
return answer;
|
||||
}),
|
||||
|
Reference in New Issue
Block a user