Skip to content

Commit

Permalink
Update unix-timestamp-date-time-adapter.class.ts
Browse files Browse the repository at this point in the history
Corrected the access modifiers to match the parent
  • Loading branch information
Venators authored Nov 28, 2024
1 parent d9b6de1 commit 58f8657
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import {DEFAULT_DATE_NAMES, DEFAULT_DAY_OF_WEEK_NAMES, DEFAULT_MONTH_NAMES, SUPP

@Injectable()
export class UnixTimestampDateTimeAdapter extends DateTimeAdapter<number> {
protected firstMonthOfTheYear: number = 0;
protected firstDayOfTheWeek: number = 0;
public firstMonthOfTheYear: number = 0;
public firstDayOfTheWeek: number = 0;

constructor(
@Optional()
Expand Down

0 comments on commit 58f8657

Please sign in to comment.