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

Slēgta
Ghost vēlas sapludināt 1 revīzijas no (deleted):challenge-propagation-delay uz master
1 mainīti faili ar 3 papildinājumiem un 0 dzēšanām

Parādīt failu

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