mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
fix, remove a line
This commit is contained in:
parent
67fbcaf736
commit
c433cd1642
@ -41,7 +41,6 @@ class AwsCompileScheduledEvents {
|
||||
.Error(errorMessage);
|
||||
}
|
||||
ScheduleExpression = event.schedule.rate;
|
||||
event.schedule.enabled = typeof(event.schedule.enabled) === 'boolean' ? event.schedule.enabled : true;
|
||||
State = 'ENABLED';
|
||||
if(event.schedule.enabled === false) {
|
||||
State = 'DISABLED';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user