Skip to content

Commit 90198e3

Browse files
author
Gavin Barron
committed
correct reference to DocumentClient
1 parent 69e21c1 commit 90198e3

File tree

1 file changed

+1
-1
lines changed
  • ProcessCalendarEventNotification

1 file changed

+1
-1
lines changed

ProcessCalendarEventNotification/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const DocumentClient = require('documentdb');
1+
const DocumentClient = require('documentdb').DocumentClient;
22
const UserRepository = require('../common/models/userRepository');
33
const GraphHelper = require('../common/graphHelper')
44

0 commit comments

Comments
 (0)