Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Feb 7, 2024
1 parent cbc3f49 commit dbc61b8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions index.5a727f18.js → index.3327d222.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.3327d222.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion index.5a727f18.js.map

This file was deleted.

1 change: 0 additions & 1 deletion index.80b97b26.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion index.975ef6c8.js
Original file line number Diff line number Diff line change
Expand Up @@ -31260,7 +31260,7 @@ class Cache {
this.#cache[key] = item;
}
get(key) {
return key ? this.#cache[key] : this.#cache;
return key === undefined ? this.#cache : this.#cache[key];
}
keys(key) {
return Object.keys(this.#get(key));
Expand Down
2 changes: 1 addition & 1 deletion index.975ef6c8.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.80b97b26.js → index.fce2d0ef.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.fce2d0ef.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

0 comments on commit dbc61b8

Please sign in to comment.