We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d94de8 + 82042e7 commit 4b332a8Copy full SHA for 4b332a8
src/app/modules/time-clock/store/entry.effects.ts
@@ -45,7 +45,7 @@ export class EntryEffects {
45
} else {
46
const endDate = new Date(activeEntry.start_date);
47
endDate.setHours(23, 59, 59);
48
- return new actions.UpdateActiveEntry({ d: activeEntry.id, end_date: endDate.toISOString() });
+ return new actions.UpdateActiveEntry({ id: activeEntry.id, end_date: endDate.toISOString() });
49
}
50
51
}),
0 commit comments