Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Mar 27, 2024
1 parent f1ad4f9 commit 83bbe6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@
"test-python": "pytest"
},
"version": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion backend/src/tasks/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ checkUserExpiration:
- schedule: cron(0 0 * * ? *) # Runs every day at midnight

scanExecution:
timeout: 900 # 15 minutes
timeout: 900 # 15 minutes
handler: src/tasks/scanExecution.handler
memorySize: 4096

Expand Down

0 comments on commit 83bbe6c

Please sign in to comment.