Skip to content

Commit 7f559e3

Browse files
committed
t
1 parent e3a23f8 commit 7f559e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterating_api_endpoint/pipes/top_pages.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SQL >
3232
and date <= today()
3333
{% end %}
3434
group by
35-
pathname, t
35+
pathname, $TB_ENV
3636
order by
3737
visits desc
3838
limit {{Int32(skip, 0)}},{{Int32(limit, 50)}}

0 commit comments

Comments
 (0)