Upgrading js-joda

This commit is contained in:
chalkedgoose
2022-07-29 08:57:19 +00:00
committed by Sofiya Tepikin
parent 0230da4c2e
commit f654ef60ef
12 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import {
updateCycleStartsForAllCycleDays,
} from '../../db'
import getColumnNamesForCsv from './get-csv-column-names'
import { LocalDate } from 'js-joda'
import { LocalDate } from '@js-joda/core'
import labels from '../../i18n/en/settings'
export default async function importCsv(csv, deleteFirst) {