We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b7a7d commit fc1adb6Copy full SHA for fc1adb6
1 file changed
backend/models/certificate.js
@@ -38,6 +38,8 @@ class Certificate extends Model {
38
// Default for domain_names
39
if (typeof this.domain_names !== "undefined") {
40
this.domain_names = cleanDomainNames(this.domain_names);
41
+ } else {
42
+ this.domain_names = [];
43
}
44
45
// Default for meta
0 commit comments