Skip to content

Commit e29af1b

Browse files
authored
fix (#18)
1 parent 48b89e3 commit e29af1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/endpoints/log_timeseries.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ SQL >
103103
{% if defined(request_method) and request_method != '' %}
104104
AND request_method in {{Array(request_method)}}
105105
{% end %}
106-
{% if defined(status_code) and status_code != '' %}
106+
{% if defined(status_code) %}
107107
AND status_code in {{Array(status_code)}}
108108
{% end %}
109109
{% if defined(request_path) and request_path != '' %}

0 commit comments

Comments
 (0)