Skip to content

Commit

Permalink
Update cache_config.py
Browse files Browse the repository at this point in the history
Co-authored-by: claravox <claravox@users.noreply.github.com>
  • Loading branch information
lwesterhof and claravox authored Jan 16, 2025
1 parent 810ce0c commit 12d0d30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cache_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def clear_view_cache_keys(all_users: bool = False) -> None:
filter_key = f"{user_identifier}-view-"

# Get the keys to delete.
keys_to_delete = [key for key in filter_cache_keys(filter_key)]
keys_to_delete = list(filter_cache_keys(filter_key))
# Attempt to delete the keys from the cache.
try:
Expand Down

0 comments on commit 12d0d30

Please sign in to comment.