Skip to content

Commit

Permalink
Merge branch 'main' into prod-lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
brycegoh committed Nov 25, 2023
2 parents a7a5430 + 3bc8239 commit 00f0d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SUPABASE_KEY = os.environ.get("SUPABASE_KEY")

supabase: Client = create_client(SUPABASE_URL, SUPABASE_KEY)
PAST_RECORDS_DURATION = 5 # in minutes
PAST_RECORDS_DURATION = 5 # in minutes

def lambda_handler(event, context):
rowId = event.get('rowId')
Expand Down

0 comments on commit 00f0d0f

Please sign in to comment.