1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00
unleash.unleash/src
Thomas Heartman b276d5a89c
fix: correctly filter for to dates (#8567)
This change fixes a bug in the event filter's `to` query parameter.

The problem was that in an attempt to make it inclusive, we also
stripped it of the `IS:` prefix, which meant it had no effect. This
change fixes that by first splitting the value, fixing only the
date (because we want it to include the entire day), and then joining
it back together.
2024-10-29 09:42:15 +01:00
..
lib fix: correctly filter for to dates (#8567) 2024-10-29 09:42:15 +01:00
mailtemplates Email template for Productivity Report (#8532) 2024-10-25 11:41:17 +02:00
migrations feat: emails sent table migration (#8528) 2024-10-25 09:53:52 +02:00
test fix: correctly filter for to dates (#8567) 2024-10-29 09:42:15 +01:00
migrator.ts
server-dev.ts [Gitar] Cleaning up stale flag: onboardingMetrics with value true (#8550) 2024-10-28 11:47:58 +01:00
server.ts