Skip to content

Commit 18f5f30

Browse files
authored
Remove context.done for async js func
1 parent 8ae03d9 commit 18f5f30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/azure-functions/functions-bindings-warmup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ Here's the JavaScript code:
128128
```javascript
129129
module.exports = async function (context, warmupContext) {
130130
context.log('Function App instance is warm 🌞🌞🌞');
131-
context.done();
132131
};
133132
```
134133

0 commit comments

Comments
 (0)