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.
2 parents 2a5029d + 0398d08 commit 4348f0eCopy full SHA for 4348f0e
articles/azure-functions/durable/durable-functions-overview.md
@@ -252,7 +252,7 @@ const moment = require("moment");
252
253
module.exports = df.orchestrator(function*(context) {
254
const jobId = context.df.getInput();
255
- const pollingInternal = getPollingInterval();
+ const pollingInterval = getPollingInterval();
256
const expiryTime = getExpiryTime();
257
258
while (moment.utc(context.df.currentUtcDateTime).isBefore(expiryTime)) {
0 commit comments