File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ import { selectAmountsTestVariant } from '../lib/ab';
1919import { getDeviceType } from '../lib/deviceType' ;
2020import { baseUrl } from '../lib/env' ;
2121import type { TickerDataProvider } from '../lib/fetchTickerData' ;
22+ import { getArticleViewCounts } from '../lib/history' ;
2223import type { Params } from '../lib/params' ;
2324import { getQueryParams } from '../lib/params' ;
2425import { buildBannerCampaignCode } from '../lib/tracking' ;
2526import type { BannerDeployTimesProvider } from '../tests/banners/bannerDeployTimes' ;
2627import { selectBannerTest } from '../tests/banners/bannerSelection' ;
27- import { getArticleViewCounts } from '../lib/history' ;
2828import { getDesignForVariant } from '../tests/banners/channelBannerTests' ;
2929import type { Debug } from '../tests/epics/epicSelection' ;
3030import type { ValueProvider } from '../utils/valueReloader' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const errorHandling = (
77 res : express . Response ,
88 // Error handling middleware in Express needs to take 4 arguments in the handler
99 // for it to run when `next()` function is called in the route handler
10- // eslint-disable-next-line @typescript-eslint/no-unused-vars
10+
1111 next : express . NextFunction ,
1212) : void => {
1313 const message = error . message || error . toString ( ) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export interface EpicProps {
2121 tracking : Tracking ;
2222 countryCode ?: string ;
2323 articleCounts : ArticleCounts ;
24- // eslint-disable-next-line @typescript-eslint/ban-types
2524 onReminderOpen ?: Function ;
2625 fetchEmail ?: ( ) => Promise < string | null > ;
2726 submitComponentEvent ?: ( componentEvent : OphanComponentEvent ) => void ;
You can’t perform that action at this time.
0 commit comments