You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, separate functions exist to increase analytic metrics. E.g. incrementAnalyticsMetricPerDay("users_count", new Date()); goes with createUser(). It should instead be part of the atomic operation within createUser(). This happens in a few places within utils/db.ts.
The text was updated successfully, but these errors were encountered:
Right now, separate functions exist to increase analytic metrics. E.g.
incrementAnalyticsMetricPerDay("users_count", new Date());
goes withcreateUser()
. It should instead be part of the atomic operation withincreateUser()
. This happens in a few places withinutils/db.ts
.The text was updated successfully, but these errors were encountered: