Skip to content

Commit

Permalink
remove StartDate default (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwahl-msft authored Apr 18, 2023
1 parent b2e1db6 commit c6fd433
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ begin {
$notDelivered = 0
$nonUsers = 0

if ($null -eq $StartDate -or $StartDate.Length -eq 0) {
$now = Get-Date
$ts = Get-Date $now.ToUniversalTime() -format "s"
$StartDate = $ts + "Z"
}

if ($null -eq $Justification) {
$Justification = ""
Expand Down

0 comments on commit c6fd433

Please sign in to comment.