fix Syncher whitespace

This commit is contained in:
Mikhail Kuznetsov
2023-06-20 13:51:00 +10:00
parent 9c19e2fb91
commit 37390fa1c8
3 changed files with 4 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
public DateTimeOffset StartAt { get; set; }
public int FrequencyMinute { get; set; }
public required JobModeResponse JobMode { get; set; }
public required string ScriptName { get; set; }
}
public class JobGetAllResponse : JobBaseResponse