superset-frontend/packages/superset-ui-core/src/time-comparison/fetchTimeRange.ts
Function fetchTimeRange
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const fetchTimeRange = async (
timeRange: string,
columnPlaceholder = 'col',
shifts?: string[],
) => {