Skip to content

Commit ed87f13

Browse files
Add Note
1 parent e2d6111 commit ed87f13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/scripts/components/exploration/data-utils-no-faux-module.ts

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ import {
1616
import { utcString2userTzDate } from '$utils/date';
1717
import { DatasetLayer, VedaDatum, DatasetData } from '$types/veda';
1818

19+
// @NOTE: All fns from './date-utils` should eventually move here to get rid of their faux modules dependencies
20+
// `./date-utils` to be deprecated!!
21+
1922
export const getDatasetLayers = (datasets: VedaDatum<DatasetData>) => Object.values(datasets)
2023
.flatMap((dataset: VedaDatum<DatasetData>) => {
2124
return dataset!.data.layers.map(l => ({

0 commit comments

Comments
 (0)