forked from AkkomaGang/akkoma-fe
lint
This commit is contained in:
parent
eb47bb8973
commit
606e850aad
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ export default {
|
||||||
this.relativeTime = this.longFormat
|
this.relativeTime = this.longFormat
|
||||||
? DateUtils.relativeTime(this.time, nowThreshold)
|
? DateUtils.relativeTime(this.time, nowThreshold)
|
||||||
: DateUtils.relativeTimeShort(this.time, nowThreshold)
|
: DateUtils.relativeTimeShort(this.time, nowThreshold)
|
||||||
|
|
||||||
if (this.autoUpdate) {
|
if (this.autoUpdate) {
|
||||||
this.interval = setTimeout(
|
this.interval = setTimeout(
|
||||||
this.refreshRelativeTimeObject,
|
this.refreshRelativeTimeObject,
|
||||||
|
|
Loading…
Reference in a new issue