Skip to content

Commit

Permalink
Rename scheduled_trigger to timer
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuens committed Jul 13, 2016
1 parent 0d87d4c commit 37502cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/azure/compile/index.js
Expand Up @@ -41,7 +41,7 @@ class AzureCompileFunctions {
// Identify the type of trigger to deploy.
if (functionObject.events.http) {
functionJSON = HttpTrigger.buildFunctionJSON(functionObject);
} else if (functionObject.events.scheduled_trigger) {
} else if (functionObject.events.timer) {
functionJSON = TimerTrigger.buildFunctionJSON(functionObject);
}

Expand Down

0 comments on commit 37502cc

Please sign in to comment.