Skip to content

Commit fe3efcf

Browse files
committed
some adjusts
1 parent bb6ee2e commit fe3efcf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/sailpoint/actions/submit-access-request/submit-access-request.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import { REQUEST_TYPE_OPTIONS } from "../../common/constants.mjs";
12
import identitynow from "../../identitynow.app.mjs";
2-
import { REQUEST_TYPE_OPTIONS } from "./common/constants.mjs";
33

44
export default {
55
key: "sailpoint-submit-access-request",

components/sailpoint/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@pipedream/platform": "^3.0.3",
17-
"fs": "^0.0.1-security"
16+
"@pipedream/platform": "^3.0.3"
1817
}
1918
}
2019

0 commit comments

Comments
 (0)