mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
fix(writeapi): correct typo in console log message
This commit is contained in:
parent
9f671ab3d7
commit
5117c637b9
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ export class WriteAPI {
|
|||
}
|
||||
if (md.startDate !== undefined) {
|
||||
(fm as any).startDate = formatDate(md.startDate);
|
||||
console.log("[WriteAPI][FileSource] wrote fm.startDate", { startDate: (fm as any).startDate });
|
||||
console.log("[WriteAPI。][FileSource] wrote fm.startDate", { startDate: (fm as any).startDate });
|
||||
}
|
||||
if (md.scheduledDate !== undefined) {
|
||||
(fm as any).scheduledDate = formatDate(md.scheduledDate);
|
||||
|
|
|
|||
Loading…
Reference in a new issue