fix: rename caldavToken to ts (#1814)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1814 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
f7e4c5819c
commit
e3483b1a5a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export default class CaldavTokenService extends AbstractService {
|
|||
})
|
||||
}
|
||||
|
||||
processModel(model) {
|
||||
processModel(model: Partial<CaldavTokenModel>) {
|
||||
return {
|
||||
...model,
|
||||
created: formatISO(new Date(model.created)),
|
Loading…
Reference in a new issue