Skip to content

Commit

Permalink
Make #date readonly because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha-ohne-el committed Jul 24, 2021
1 parent eaf288a commit 4747878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class Thyme {
}
}

#date: Date;
readonly #date: Date;

/**
* @description Gets or sets the number of milliseconds into the second.
Expand Down

0 comments on commit 4747878

Please sign in to comment.