mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-27 17:42:29 -04:00
Fix firstEntry type in api response
This commit is contained in:
@@ -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)),
|
||||
}),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user