You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internal build failure brought to attention a bug in our codegen re: endpoint parameters.
For an endpoint parameter that is builtIn, the name of the builtIn property must be used during codegen instead of the parameter name, as our config only has endpoint and no other arbitrarily named variable for allowing client-side endpoint override.
The text was updated successfully, but these errors were encountered:
Background
Internal build failure brought to attention a bug in our codegen re: endpoint parameters.
For an endpoint parameter that is builtIn, the name of the builtIn property must be used during codegen instead of the parameter name, as our config only has
endpoint
and no other arbitrarily named variable for allowing client-side endpoint override.The text was updated successfully, but these errors were encountered: