We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894cdf0 commit dff6804Copy full SHA for dff6804
1 file changed
src/lib.mjs
@@ -116,7 +116,7 @@ export const fetchValidActionIds = async (
116
.selectFrom("matomo_log_link_visit_action")
117
.select(["idlink_va", "idaction_name", "idaction_url"])
118
.where("idsite", "=", idsite)
119
- .where("server_time", ">=", new Date("2025-01-01"))
+ .where("server_time", ">=", new Date("2026-01-01"))
120
.where(({ eb }) =>
121
eb.or([
122
eb("idaction_name", ">", lastActionId),
0 commit comments