Skip to content

Commit

Permalink
CLEAN UP
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianmanden committed Aug 7, 2023
1 parent fa099d6 commit b2cab8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion juultimesedler-be/Controllers/TimesheetController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public async Task<GetTimesheetWeekDTO> GetCurrentTimesheetWeek(int WorkerId)
[HttpGet("api/gettimesheetforweek/{WeekNumber}/{WorkerId}")]
public async Task<GetTimesheetWeekDTO> GetTimesheetByWeekNumber(int WeekNumber, int WorkerId)
{
var bp = "";
GetTimesheetWeekDTO timesheet = _timesheetService.GetTimesheetByWeekNumber(WeekNumber, WorkerId);
return timesheet;
}
Expand Down

0 comments on commit b2cab8d

Please sign in to comment.