mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 02:07:03 +00:00
chore(lint): switch to eslint
This commit is contained in:
parent
f56548e432
commit
9b96d0fab4
29 changed files with 1609 additions and 113 deletions
|
|
@ -264,6 +264,13 @@ export class ReportsService {
|
|||
|
||||
break;
|
||||
}
|
||||
|
||||
default: {
|
||||
interval = this.getIntervalFromPreset({
|
||||
timePreset: TimePreset.LAST_7_DAYS,
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return interval;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue