fix: lint

This commit is contained in:
Johannes Millan 2021-02-04 20:47:33 +01:00
parent db3b9f4737
commit 08383bd13f

View File

@ -517,7 +517,7 @@ export class TaskService {
reminderId,
remindCfg,
title
}: { taskId: string, plannedAt: number, title: string, reminderId?: string, remindCfg: TaskReminderOptionId}) {
}: { taskId: string; plannedAt: number; title: string; reminderId?: string; remindCfg: TaskReminderOptionId}) {
this._store.dispatch(new ReScheduleTask({
id: taskId,