Skip to content

Commit 2fa1ff2

Browse files
filintodacroca
andauthored
Update dapr/aio/clients/grpc/client.py
Co-authored-by: Albert Callarisa <[email protected]> Signed-off-by: Filinto Duran <[email protected]>
1 parent 9b78558 commit 2fa1ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dapr/aio/clients/grpc/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def __init__(
190190
else:
191191
interceptors.append(DaprClientTimeoutInterceptorAsync())
192192

193-
if api_token:
193+
if api_token is not None:
194194
api_token_interceptor = DaprClientInterceptorAsync(
195195
[
196196
('dapr-api-token', api_token),

0 commit comments

Comments
 (0)