Skip to content

Commit 7c18758

Browse files
committed
Removing unused test event import
1 parent 9144e2f commit 7c18758

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/microsoft_outlook_calendar/sources/new-upcoming-event-polling/new-upcoming-event-polling.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform";
22
import microsoftOutlook from "../../microsoft_outlook_calendar.app.mjs";
3-
import sampleEmit from "./test-event.mjs";
43

54
export default {
65
key: "microsoft_outlook_calendar-new-upcoming-event-polling",
@@ -129,6 +128,5 @@ export default {
129128
}
130129
}
131130
},
132-
sampleEmit,
133131
};
134132

0 commit comments

Comments
 (0)