Skip to content

Commit cf40591

Browse files
committed
Update Invoke-NinjaOneTenantSync.ps1
1 parent 97b8b9e commit cf40591

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/CippExtensions/Public/NinjaOne/Invoke-NinjaOneTenantSync.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,11 @@ function Invoke-NinjaOneTenantSync {
311311
method = 'GET'
312312
url = '/deviceManagement/deviceCompliancePolicies/'
313313
},
314-
@{
314+
<#@{
315315
id = 'DeviceApps'
316316
method = 'GET'
317317
url = '/deviceAppManagement/mobileApps'
318-
},
318+
},#>
319319
@{
320320
id = 'Groups'
321321
method = 'GET'

0 commit comments

Comments
 (0)