Skip to content

Commit a33a020

Browse files
committed
Refactor eTrusted module structure
- Updated import path for constants to reflect new file location. - Added a new constants file defining the LIMIT value for configuration.
1 parent f23c367 commit a33a020

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

components/etrusted/etrusted.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { axios } from "@pipedream/platform";
2-
import { LIMIT } from "../common/constants.mjs";
2+
import { LIMIT } from "./common/constants.mjs";
33

44
export default {
55
type: "app",

0 commit comments

Comments
 (0)