Skip to content

Commit

Permalink
feat: do the math
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed May 16, 2023
1 parent 89c983d commit 86640b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ const api = express()
api.use(compression())
api.use(cors())

const oneDay = 24 * 60 * 60
const oneHour = 60 * 60
const oneDay = 86400
const oneHour = 3600

const gotConfig = {
timeout: 8000,
Expand Down

0 comments on commit 86640b5

Please sign in to comment.