Skip to content

Commit

Permalink
Update generate-script.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joelthorner committed Aug 16, 2022
1 parent f9b524d commit e50d39b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ export class GenerateScriptComponent implements OnInit {

this.scriptData.data.validEmailsId.forEach((emailId) => {
const thisEmail = this.langData.emails.templates[emailId];
if (type == 'html') {
if (type === 'html') {
arr.push(this.parseEscapedString(thisEmail[type]));
} else {
arr.push(thisEmail[type]);
Expand Down

0 comments on commit e50d39b

Please sign in to comment.