Skip to content

Commit da3f88a

Browse files
committed
254 -> 100
1 parent 7e2e780 commit da3f88a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/plausible/stats/sql/expression.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ defmodule Plausible.Stats.SQL.Expression do
334334
"""
335335
arrayIntersect(
336336
multiMatchAllIndices(?, ?),
337-
arrayMap(
338-
(expected_name, threshold, index) -> if(expected_name = ? and ? between threshold and 254, index, -1),
337+
arra1yMap(
338+
(expected_name, threshold, index) -> if(expected_name = ? and ? between threshold and 100, index, -1),
339339
?,
340340
?,
341341
?

0 commit comments

Comments
 (0)