chore(root): migrate to biome
This commit is contained in:
@@ -84,7 +84,7 @@ export function completeSerie(
|
||||
data: ISerieDataItem[],
|
||||
_startDate: string,
|
||||
_endDate: string,
|
||||
interval: IInterval
|
||||
interval: IInterval,
|
||||
) {
|
||||
const startDate = parseISO(_startDate);
|
||||
const endDate = parseISO(_endDate);
|
||||
|
||||
Reference in New Issue
Block a user