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

Typescript client creates multiple LambdaConfiguration objects and they move around in the file, causing needless noise #2034

Open
mooreds opened this issue Dec 30, 2022 · 0 comments

Comments

@mooreds
Copy link
Collaborator

mooreds commented Dec 30, 2022

Typescript client creates multiple LambdaConfiguration objects and they move around in the file, causing needless noise

Description

There are three kinds of lambda configurations that have exactly the same classname:

They call get turned in to typescrypt, but because of the way they are processed, sometimes one of these is ahead of the other, sometimes they flip around. This leads to unneccessary noise in the library every time a release happens.

Affects versions

All, I think.

Steps to reproduce

Look at the commits listed here: FusionAuth/fusionauth-typescript-client#84

Expected behavior

Not create changes when there are none.

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

Additional context

@glen-84 reported this bug here: FusionAuth/fusionauth-typescript-client#84

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

No branches or pull requests

1 participant