fix: type of timelineConfig in hybrid-timeline
This commit is contained in:
parent
e159c221f8
commit
9e1ceaf86c
|
|
@ -124,7 +124,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
|||
this.cacheService.userBlockedCache.fetch(me.id),
|
||||
]);
|
||||
|
||||
let timelineConfig: (string | { name: string, fallbackIfEmpty: boolean })[];
|
||||
let timelineConfig: string[];
|
||||
|
||||
if (ps.withFiles) {
|
||||
timelineConfig = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue