Skip to content

Commit

Permalink
Merge branch 'main' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Nov 9, 2023
2 parents a89b114 + 0fce4dc commit 392e1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/zato-common/src/zato/common/bearer_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, server:'ParallelServer') -> None:

def set_cache(self):
cache_api = self.server.worker_store.cache_api
self.cache = cache_api.get_builtin_cache(self.cache_name)
# self.cache = cache_api.get_builtin_cache(self.cache_name)

# ################################################################################################################################

Expand Down

0 comments on commit 392e1be

Please sign in to comment.