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.
1 parent f913333 commit e06f1e3Copy full SHA for e06f1e3
src/app/modules/time-clock/store/entry.effects.ts
@@ -23,6 +23,7 @@ export class EntryEffects {
23
const stopDateForEntry = new Date(response.end_date);
24
stopDateForEntry.setSeconds(stopDateForEntry.getSeconds() + 1);
25
const entry = {
26
+ activity_id: response.activity_id,
27
project_id: action.idProjectSwitching,
28
start_date: stopDateForEntry.toISOString(),
29
timezone_offset: new Date().getTimezoneOffset(),
0 commit comments