Skip to content

Commit

Permalink
feat: apply code rabbit suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
adkif committed Oct 17, 2024
1 parent 3d556b2 commit 90d15d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export class TimeTrackerService {
map((response: any) => response),
shareReplay(1)
);
this._timeSlotCacheService.setValue(timeSlots$, values.timeSlotId);
this._timeSlotCacheService.setValue(timeSlots$, timeSlotId);
}
return firstValueFrom(timeSlots$);
}
Expand Down

0 comments on commit 90d15d0

Please sign in to comment.