Skip to content

Commit 952d435

Browse files
committed
switch to 2024
1 parent e7b0f46 commit 952d435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/tools/cloudflare/helix-worker.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stubFetchUrlMap({
99
'https://origin/2021/': '/test/scripts/dummy.html',
1010
});
1111

12-
const currentYear = 2023;
12+
const currentYear = 2024;
1313
const env = { ORIGIN_HOSTNAME: 'origin' };
1414

1515
async function executeRequest(url) {

tools/cloudflare/helix-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
'use strict';
44

5-
const currentYear = 2023;
5+
const currentYear = 2024;
66
const redirectMap = [
77
// year redirects
88
[new RegExp('^/(\\d\\d\\d\\d)$'), '/$1/', 301],

0 commit comments

Comments
 (0)