Skip to content

Commit

Permalink
chore: remove useless union (#4572)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Apr 4, 2024
1 parent c71f8e7 commit b6f1bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/front/api_handlers/public/assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ export const PublicPostConversationsRequestBodySchema = t.intersection([
t.undefined,
]),
}),
t.partial({ isSync: t.union([t.boolean, t.undefined]) }),
t.partial({ isSync: t.boolean }),
]);

0 comments on commit b6f1bff

Please sign in to comment.