Skip to content

Commit

Permalink
Remove deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Oct 6, 2024
1 parent 4b30a55 commit 868eda5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export class HomeComponent {
signedIn = this.securityStore.signedIn;
user = this.securityStore.loadedUser;

// timeframe for leaderboard
// example: 2024-09-19
private readonly route = inject(ActivatedRoute);
private queryParams = toSignal(this.route.queryParamMap, { requireSync: true });
protected after = computed(() => this.queryParams().get('after') ?? dayjs().isoWeekday(1).format('YYYY-MM-DD'));
Expand Down

0 comments on commit 868eda5

Please sign in to comment.