There was an error while loading. Please reload this page.
1 parent ed64584 commit 6861b50Copy full SHA for 6861b50
components/linearb/sources/new-deploy-created/new-deploy-created.mjs
@@ -1,12 +1,12 @@
1
import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform";
2
-import app from "../../linearb.app.mjs";
3
import constants from "../../common/constants.mjs";
+import app from "../../linearb.app.mjs";
4
5
export default {
6
key: "linearb-new-deploy-created",
7
name: "New Deploy Created",
8
description: "Emit new event when a new deploy is created in LinearB. [See the documentation](https://docs.linearb.io/api-deployments/)",
9
- version: "0.0.1",
+ version: "0.0.2",
10
type: "source",
11
dedupe: "unique",
12
props: {
0 commit comments