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