1
0

fix: lint

This commit is contained in:
kolaente
2023-09-06 16:31:07 +02:00
parent 3bb5308141
commit 337c3e5e3e
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import AttachmentService from './attachment'
import LabelService from './label'
import {colorFromHex} from '@/helpers/color/colorFromHex'
import {SECONDS_A_DAY, SECONDS_A_HOUR, SECONDS_A_WEEK, SECONDS_A_MONTH, SECONDS_A_YEAR} from '@/constants/date'
import {SECONDS_A_DAY, SECONDS_A_HOUR, SECONDS_A_WEEK} from '@/constants/date'
const parseDate = date => {
if (date) {