We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9144e2f commit 7c18758Copy full SHA for 7c18758
components/microsoft_outlook_calendar/sources/new-upcoming-event-polling/new-upcoming-event-polling.mjs
@@ -1,6 +1,5 @@
1
import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform";
2
import microsoftOutlook from "../../microsoft_outlook_calendar.app.mjs";
3
-import sampleEmit from "./test-event.mjs";
4
5
export default {
6
key: "microsoft_outlook_calendar-new-upcoming-event-polling",
@@ -129,6 +128,5 @@ export default {
129
128
}
130
131
},
132
- sampleEmit,
133
};
134
0 commit comments