Skip to content

Commit 507dd34

Browse files
committed
formatting
1 parent 14f242a commit 507dd34

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-AddUser.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Invoke-AddUser {
2525
}
2626
Parameters = [pscustomobject]@{ UserObj = $UserObj }
2727
ScheduledTime = $UserObj.Scheduled.date
28-
Reference = $UserObj.reference ?? $null
28+
Reference = $UserObj.reference ?? $null
2929
PostExecution = @{
3030
Webhook = [bool]$Request.Body.PostExecution.Webhook
3131
Email = [bool]$Request.Body.PostExecution.Email

0 commit comments

Comments
 (0)