mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 17:14:40 -04:00
refactor(auth-token): rename lastUsed to lastUsedAt
This is part of an effort to name all date attributes consistently. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
64667d81c0
commit
b0e2987987
5 changed files with 16 additions and 16 deletions
|
@ -16,5 +16,5 @@ export class AuthTokenDto {
|
|||
validUntil: Date;
|
||||
@IsDate()
|
||||
@IsOptional()
|
||||
lastUsed: Date | null;
|
||||
lastUsedAt: Date | null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue