We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a23f8 commit 7f559e3Copy full SHA for 7f559e3
iterating_api_endpoint/pipes/top_pages.pipe
@@ -32,7 +32,7 @@ SQL >
32
and date <= today()
33
{% end %}
34
group by
35
- pathname, t
+ pathname, $TB_ENV
36
order by
37
visits desc
38
limit {{Int32(skip, 0)}},{{Int32(limit, 50)}}
0 commit comments