Nick Campbell
Nick Campbell
### Problem Let's say I have a large application, with many middleware. Some middleware are simply composition units of others, for example: ```ruby class Middleware::Authenticate uses Middleware::ExtractBearerToken uses Middleware::LookupBearerToken uses...
In production, I am seeing this error: ``` begin.toISOString is not a function at #fetchEvents (/ghost/node_modules/@tryghost/email-analytics-service/lib/EmailAnalyticsService.js:292:64) at EmailAnalyticsService.fetchMissing (/ghost/node_modules/@tryghost/email-analytics-service/lib/EmailAnalyticsService.js:184:39) at async EmailAnalyticsServiceWrapper.fetchMissing (/ghost/core/server/services/email-analytics/EmailAnalyticsServiceWrapper.js:90:29) ``` It seems to stem from this...