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 b457f47 commit 540b3c0Copy full SHA for 540b3c0
README.md
@@ -65,7 +65,7 @@ npm install durable-functions
65
```javascript
66
const df = require("durable-functions");
67
df.app.activity("myActivity", {
68
- handler: async function (context) {
+ handler: async function (input, context) {
69
// your code here
70
},
71
});
0 commit comments