Skip to content

Commit ad54fc2

Browse files
authored
Merge pull request #112087 from mhoeger/patch-49
Remove context.done for async js func
2 parents 102805d + 18f5f30 commit ad54fc2

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)