diff --git a/tweet/function.json b/tweet/function.json index d3a27e2..0033971 100644 --- a/tweet/function.json +++ b/tweet/function.json @@ -6,7 +6,7 @@ "type": "timerTrigger", "direction": "in", "schedule": "0 0 10 * * MON", - "runOnStartup": true + "runOnStartup": false } ] }