Compare commits

...

2 Commits

Author SHA1 Message Date
Jonatan Rek
187d9f1442 Merge branch 'main' of https://git.steelants.cz/kotlanj/ps_shiftplan 2025-10-14 18:11:39 +02:00
Jonatan Rek
8ff3fa2861 Clearing 2025-10-14 18:11:03 +02:00

View File

@@ -84,7 +84,6 @@ function Invoke-HasTimeOff {
} }
return $false return $false
} }
function Invoke-HasShift { function Invoke-HasShift {
param( param(
[string]$UID, [string]$UID,
@@ -414,8 +413,6 @@ try {
continue continue
} }
} }
} }
} }