mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 13:55:18 -04:00
Fix api tests
This commit is contained in:
@@ -18,7 +18,7 @@ export const Guess = t.Recursive((Self) =>
|
||||
{ default: [] },
|
||||
),
|
||||
),
|
||||
externalId: t.Optional(t.String()),
|
||||
externalId: t.Optional(t.Record(t.String(), t.String())),
|
||||
|
||||
from: t.String({
|
||||
description: "Name of the tool that made the guess",
|
||||
|
||||
Reference in New Issue
Block a user