Skip to content

Commit 2200261

Browse files
authored
fix: remove unused import toZonedTime
1 parent 0de7969 commit 2200261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph-tutorial/src/GraphService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import { Client, GraphRequestOptions, PageCollection, PageIterator } from '@microsoft/microsoft-graph-client';
66
import { AuthCodeMSALBrowserAuthenticationProvider } from '@microsoft/microsoft-graph-client/authProviders/authCodeMsalBrowser';
77
import { endOfWeek, startOfWeek } from 'date-fns';
8-
import { toZonedTime, fromZonedTime } from 'date-fns-tz';
8+
import { fromZonedTime } from 'date-fns-tz';
99
import { User, Event } from '@microsoft/microsoft-graph-types';
1010

1111
let graphClient: Client | undefined = undefined;

0 commit comments

Comments
 (0)