Skip to content

Commit

Permalink
Fix indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Dec 4, 2024
1 parent 6802852 commit d782ae7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,12 @@ functions:
- Access-Control-Allow-Origin
- Access-Control-Allow-Credentials

importSchedulesFromLCO:
handler: import_schedules.import_all_schedules
events:
- schedule:
rate: rate(5 minutes)
enabled: true
- http:
path: import-schedules
method: get
importSchedulesFromLCO:
handler: import_schedules.import_all_schedules
events:
- schedule:
rate: rate(5 minutes)
enabled: true
- http:
path: import-schedules
method: get

0 comments on commit d782ae7

Please sign in to comment.