Skip to content

Commit 6861b50

Browse files
committed
Update LinearB source to version 0.0.2 and adjust import order in new-deploy-created.mjs
1 parent ed64584 commit 6861b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/linearb/sources/new-deploy-created/new-deploy-created.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { DEFAULT_POLLING_SOURCE_TIMER_INTERVAL } from "@pipedream/platform";
2-
import app from "../../linearb.app.mjs";
32
import constants from "../../common/constants.mjs";
3+
import app from "../../linearb.app.mjs";
44

55
export default {
66
key: "linearb-new-deploy-created",
77
name: "New Deploy Created",
88
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",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
props: {

0 commit comments

Comments
 (0)