Skip to content

Commit

Permalink
v4.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Apr 25, 2024
1 parent 2485f09 commit 8cdaf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bell-countdown",
"version": "4.12.2",
"version": "4.12.3",
"description": "Countdown to the next time the bell rings at school.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/cache2.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Cache {
const value = await f(key)
if (value) {
this.set(key, value, this.defaultTtlSeconds)
return value
return value
}
return cached.value
} catch (e) {
Expand Down

0 comments on commit 8cdaf35

Please sign in to comment.