Skip to content

Commit ae8b890

Browse files
authored
fix: existing_requests in RequestSynchronizerResolver should be initialized (#158)
- Closes: #157
1 parent c32d0d3 commit ae8b890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/polywrap-uri-resolvers/polywrap_uri_resolvers/resolvers/cache/request_synchronizer_resolver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def __init__(
6464
options (Optional[RequestSynchronizerResolverOptions]):\
6565
The options to use.
6666
"""
67+
self.existing_requests = {}
6768
self.resolver_to_synchronize = resolver_to_synchronize
6869
self.options = options
6970

0 commit comments

Comments
 (0)