Skip to content

Commit dff6804

Browse files
committed
fix(actions): skip 2025
1 parent 894cdf0 commit dff6804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const fetchValidActionIds = async (
116116
.selectFrom("matomo_log_link_visit_action")
117117
.select(["idlink_va", "idaction_name", "idaction_url"])
118118
.where("idsite", "=", idsite)
119-
.where("server_time", ">=", new Date("2025-01-01"))
119+
.where("server_time", ">=", new Date("2026-01-01"))
120120
.where(({ eb }) =>
121121
eb.or([
122122
eb("idaction_name", ">", lastActionId),

0 commit comments

Comments
 (0)