Fix propagationDelay not being set for dns-01 challenges #47

Kapalı
Ghost (silindi): challenge-propagation-delay içindeki 1 işlemeyi master ile birleştirmek istiyor
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme

Dosyayı Görüntüle

@ -183,6 +183,9 @@ P._normalizeChallenge = function(name, ch) {
}
gch.get = wrappy(ch.get);
}
if (ch.propagationDelay) {
gch.propagationDelay = ch.propagationDelay;
}
return gch;
};