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 dab670a commit 41c918fCopy full SHA for 41c918f
components/monday/actions/common/common-create-item.mjs
@@ -26,7 +26,6 @@ export default {
26
const columnData = await this.monday.listColumns({
27
boardId: +this.boardId,
28
});
29
- console.log(columnData);
30
for (const column of this.columns) {
31
let description, options;
32
options = getColumnOptions(columnData, column);
components/monday_oauth/monday_oauth.app.mjs
@@ -1,4 +1,4 @@
1
-import common from "../monday/monday.app.mjs";
+import common from "@pipedream/monday";
2
import mondaySdk from "monday-sdk-js";
3
4
export default {
components/monday_oauth/package.json
@@ -13,7 +13,7 @@
13
"access": "public"
14
},
15
"dependencies": {
16
- "@pipedream/monday": "^0.6.3",
+ "@pipedream/monday": "^0.7.0",
17
"monday-sdk-js": "^0.5.5"
18
}
19
0 commit comments