summaryrefslogtreecommitdiff
path: root/cli/bench/cache_api.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/cache_api.js')
-rw-r--r--cli/bench/cache_api.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/cache_api.js b/cli/bench/cache_api.js
index 3e059e80a..31537917e 100644
--- a/cli/bench/cache_api.js
+++ b/cli/bench/cache_api.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
const cacheName = "cache-v1";
const cache = await caches.open(cacheName);