Ghost/ghost/email-analytics-service
Daniel Lockyer 18adf4b000 Optimized collating members and email IDs
- using lodash to do this is unnecessarily heavy, so this commit
  switches the code to the equivalent native version
- as mentioned in the comment I added, I think we can further optimize
  this by storing it as a Set and then calling `Array.from` once, but
  that's a step too far for now
2024-11-05 08:49:34 +01:00
..
lib Optimized collating members and email IDs 2024-11-05 08:49:34 +01:00
test Fixed Date.now() use in email analytics unit tests (#21188) 2024-10-02 17:54:48 +00:00
.eslintrc.js Added empty email analytics packages 2021-02-24 21:03:29 +00:00
index.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
package.json Update TryGhost packages 2024-08-05 12:12:34 +02:00