Skip to content

Changed error type in Resultto TError instead of TError | undefined#82

Merged
dOrgJelli merged 4 commits into
origin-devfrom
kris/result-defined-error
Oct 31, 2023
Merged

Changed error type in Resultto TError instead of TError | undefined#82
dOrgJelli merged 4 commits into
origin-devfrom
kris/result-defined-error

Conversation

@krisbitney

Copy link
Copy Markdown
Contributor

This PR changes the error type in Resultto TError instead of TError | undefined. Because the type TError is generic, it can still be undefined, but use of undefined is made explicit.

Closes #80

@krisbitney
krisbitney requested a review from nerfZael September 25, 2023 11:28
@dOrgJelli
dOrgJelli merged commit 0878b14 into origin-dev Oct 31, 2023
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.

JS Client: Result Type

3 participants