Skip to content
Snippets Groups Projects
Commit a4a8f9b3 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #365 - wrong import from 1.8.0 for repeat on month day

parent d29589b7
No related branches found
No related tags found
No related merge requests found
Pipeline #326 passed
...@@ -198,7 +198,7 @@ public class LegacyParser ...@@ -198,7 +198,7 @@ public class LegacyParser
} }
else else
{ {
repeatingOption.setModifier(new RepeatingModifierMonths(repeatMonthDay)); repeatingOption.setModifier(new RepeatingModifierMonths(1));
} }
return repeatingOption; return repeatingOption;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment