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

Suljettu
Ghost haluaa yhdistää 1 committia lähteestä (deleted):challenge-propagation-delay kohteeseen master
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa

Näytä tiedosto

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