timetable-extension #1

Open
fred.boniface wants to merge 144 commits from timetable-extension into main
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 73fd0063eb - Show all commits

View File

@ -131,6 +131,7 @@ func hasSleeper(input *string) bool {
}
// Ascertains whether the service requires a guard
// This option is not accurate and will likely be removed in the future
func hasGuard(opChars *string) bool {
str := strings.ToLower(*opChars)
return strings.Contains(str, "g")