Skip to content

Commit b48d6b5

Browse files
committed
Rename app
1 parent c1c55f7 commit b48d6b5

File tree

8 files changed

+7
-644
lines changed

8 files changed

+7
-644
lines changed

components/trustpilot/actions/fetch-product-review-by-id/fetch-product-review-by-id.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import trustpilot from "../../app/trustpilot.app.ts";
1+
import trustpilot from "../../app/trustpilot.app.mjs";
22

33
export default {
44
key: "trustpilot-fetch-product-review-by-id",

components/trustpilot/actions/fetch-product-reviews/fetch-product-reviews.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import trustpilot from "../../app/trustpilot.app.ts";
1+
import trustpilot from "../../app/trustpilot.app.mjs";
22

33
export default {
44
key: "trustpilot-fetch-product-reviews",

components/trustpilot/actions/fetch-service-review-by-id/fetch-service-review-by-id.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import trustpilot from "../../app/trustpilot.app.ts";
1+
import trustpilot from "../../app/trustpilot.app.mjs";
22

33
export default {
44
key: "trustpilot-fetch-service-review-by-id",

components/trustpilot/actions/fetch-service-reviews/fetch-service-reviews.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import trustpilot from "../../app/trustpilot.app.ts";
1+
import trustpilot from "../../app/trustpilot.app.mjs";
22

33
export default {
44
key: "trustpilot-fetch-service-reviews",

components/trustpilot/actions/reply-to-product-review/reply-to-product-review.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import trustpilot from "../../app/trustpilot.app.ts";
1+
import trustpilot from "../../app/trustpilot.app.mjs";
22
import { ConfigurationError } from "@pipedream/platform";
33

44
export default {

components/trustpilot/actions/reply-to-service-review/reply-to-service-review.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import trustpilot from "../../app/trustpilot.app.ts";
1+
import trustpilot from "../../app/trustpilot.app.mjs";
22
import { ConfigurationError } from "@pipedream/platform";
33

44
export default {

0 commit comments

Comments
 (0)