Skip to content

Commit

Permalink
fix: add missing userId field in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Feb 9, 2024
1 parent d63bf6a commit 4cce75f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const TimerListAlert = ({
timesheetId: timesheet?.id,
version: timesheet?.version,
timerIdList,
userId,
}),
);
} else {
Expand Down

0 comments on commit 4cce75f

Please sign in to comment.