Fix minifying

This commit is contained in:
Isaac 2021-05-19 15:25:42 +01:00
parent 20ac8bff73
commit b86b50a71a
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -70,7 +70,7 @@ module.exports = class SurveyCommand extends Command {
encoding: 'utf8' encoding: 'utf8'
}); });
template = template.replace(/\n|\t/, ''); template = template.replace(/[\r\n\t]/g, '');
survey.questions.unshift('Ticket #'); survey.questions.unshift('Ticket #');