Skip to content

Commit

Permalink
Fix serverless rate property
Browse files Browse the repository at this point in the history
  • Loading branch information
trbarrett committed Jun 12, 2020
1 parent 8b5dd7e commit 660bd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ functions:
handler: BigHack.Fumble.Api::BigHack.Fumble.Api.LambdaFunctions::scheduledAirtableUpdate
events:
- schedule:
rate: rate(1 minutes)
rate: rate(1 minute)
name: "bighack-fumble-api-${self:provider.stage}-airtable-update"
enabled: true

Expand Down

0 comments on commit 660bd4e

Please sign in to comment.