Skip to content

Commit ec5f869

Browse files
fixes
1 parent 6a7954a commit ec5f869

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

components/pipedream_utils/actions/csv-file-to-objects/csv-file-to-objects.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { readFileSync } from "fs";
22
import path from "path";
33
import { parse } from "csv-parse/sync";
4-
import app from "../../helper_functions.app.mjs";
4+
import pipedream_utils from "../../pipedream_utils.app.mjs";
55

66
export default {
77
key: "pipedream_utils-csv-file-to-objects",
@@ -10,7 +10,7 @@ export default {
1010
version: "0.0.1",
1111
type: "action",
1212
props: {
13-
app,
13+
pipedream_utils,
1414
filePath: {
1515
type: "string",
1616
label: "CSV File Path",

components/pipedream_utils/common/text/commonExtractText.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import app from "../../app/formatting.app.mjs";
1+
import pipedream_utils from "../../pipedream_utils.app.mjs";
22
export default {
33
props: {
4-
app,
4+
pipedream_utils,
55
},
66
methods: {
77
getRegExp() {

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)