Skip to content

Commit

Permalink
Fixed let
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-oconnell committed Jul 11, 2023
1 parent 2f97134 commit 4629906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default async function handler(
const query = req.query
const { page } = query

let now = new Date()
const now = new Date()

const alertJson = await fetch(process.env.ALERT_JSON_URI, {
headers: { 'Cache-Control': 'max-age=600' },
Expand Down

0 comments on commit 4629906

Please sign in to comment.