Fixed some of the issues with the new scheduler not firing correctly

This commit is contained in:
Jamie Rees 2019-04-23 08:34:21 +01:00
parent fdad3a564c
commit ad6c72f12a
3 changed files with 3 additions and 4 deletions

View file

@ -218,7 +218,7 @@
/// <param name="interval">The number of minutes to wait between every activation.</param>
public static string MinuteInterval(int interval)
{
return $" 0 0/{interval} * 1/1 * ? *";
return $"0 0/{interval} * 1/1 * ? *";
}
/// <summary>