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 bb6ee2e commit fe3efcfCopy full SHA for fe3efcf
components/sailpoint/actions/submit-access-request/submit-access-request.mjs
@@ -1,5 +1,5 @@
1
+import { REQUEST_TYPE_OPTIONS } from "../../common/constants.mjs";
2
import identitynow from "../../identitynow.app.mjs";
-import { REQUEST_TYPE_OPTIONS } from "./common/constants.mjs";
3
4
export default {
5
key: "sailpoint-submit-access-request",
components/sailpoint/package.json
@@ -13,8 +13,7 @@
13
"access": "public"
14
},
15
"dependencies": {
16
- "@pipedream/platform": "^3.0.3",
17
- "fs": "^0.0.1-security"
+ "@pipedream/platform": "^3.0.3"
18
}
19
20
0 commit comments