Skip to content

Commit 76486fa

Browse files
committed
small fix
1 parent f90938b commit 76486fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opentelemetry_mcp/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _convert_legacy_params_to_filters(
134134
)
135135
)
136136

137-
if min_duration_ms:
137+
if min_duration_ms is not None:
138138
all_filters.append(
139139
Filter(
140140
field="duration",

0 commit comments

Comments
 (0)