Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build fails on connectors #4571

Merged
merged 1 commit into from
Apr 4, 2024
Merged

fix: build fails on connectors #4571

merged 1 commit into from
Apr 4, 2024

Conversation

fontanierh
Copy link
Contributor

@fontanierh fontanierh commented Apr 4, 2024

Description

inferred io-ts types make a distinction between undefined and absence of key, so it's necessary to use partial

Risk

Deploy Plan

@fontanierh fontanierh requested a review from PopDaph April 4, 2024 14:14
@fontanierh fontanierh merged commit c71f8e7 into main Apr 4, 2024
5 checks passed
@fontanierh fontanierh deleted the fix/build-failure branch April 4, 2024 14:15
isSync: t.union([t.boolean, t.undefined]),
});
t.partial({
isSync: t.boolean,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we align with what is being done on line 54?

flvndvd pushed a commit that referenced this pull request May 26, 2024
Co-authored-by: Henry Fontanier <henry@dust.tt>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants