Skip to content

Commit a006bd5

Browse files
committed
javascript: return result of axios call
1 parent 9453aea commit a006bd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/dist/pdsdk.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Pipedream() {
4444
headers,
4545
data: payload,
4646
}
47-
await axios.request(config)
47+
return await axios.request(config)
4848
}
4949

5050
// determine active integration

0 commit comments

Comments
 (0)