mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-31 14:33:50 -04:00
Fix firstEntry type in api response
This commit is contained in:
parent
7939cc1c79
commit
616c7140d3
@ -81,7 +81,7 @@ export const FullSerie = t.Intersect([
|
||||
t.Object({
|
||||
translations: t.Optional(TranslationRecord(SerieTranslation)),
|
||||
studios: t.Optional(t.Array(Studio)),
|
||||
firstEntry: t.Optional(Entry),
|
||||
firstEntry: t.Optional(t.Nullable(Entry)),
|
||||
nextEntry: t.Optional(t.Nullable(Entry)),
|
||||
}),
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user