Skip to content

Commit

Permalink
fix: Fix import of DeviceManagementIntent (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
santese authored Aug 15, 2022
1 parent be9b99f commit 0b6facb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Client } from '@microsoft/microsoft-graph-client'
import { DeviceManagementIntent } from 'lib/types'
import { DeviceManagementIntent } from '../types'
import { mockClient } from '../../../__fixtures__/@microsoft/microsoft-graph-client'
import { DeviceManagementIntents } from './deviceManagementIntents'

Expand Down
2 changes: 1 addition & 1 deletion src/lib/deviceManagementIntents/deviceManagementIntents.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Client } from '@microsoft/microsoft-graph-client'
import { Group } from '@microsoft/microsoft-graph-types-beta'
import { DeviceManagementIntent } from 'lib/types'
import { DeviceManagementIntent } from '../types'

export class DeviceManagementIntents {
constructor(private readonly graphClient: Client) {}
Expand Down

0 comments on commit 0b6facb

Please sign in to comment.