Skip to content

Commit cd42c9d

Browse files
comment
1 parent 233e0ca commit cd42c9d

File tree

1 file changed

+1
-1
lines changed
  • Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-EditUser.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Function Invoke-EditUser {
102102
APIName = 'Sherweb License Assignment'
103103
AddLicenses = $licenses
104104
}
105-
ScheduledTime = $Request.Body.scheduled.date
105+
ScheduledTime = 0 #right now, which is in the next 15 minutes and should cover most cases.
106106
PostExecution = @{
107107
Webhook = [bool]$Request.Body.PostExecution.webhook
108108
Email = [bool]$Request.Body.PostExecution.email

0 commit comments

Comments
 (0)