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
the template is hardcoded to const { data } = await sdk.boilerplate.exampleChe('test'); it seems, it doesn't respect the custom module you are building that is named lets say my_example and it is already present in the sdk.config.ts sdkConfig object.
should become const { data } = await sdk.my_example.exampleChe('test');
Additional information
Would you be willing to help implement this feature?
Describe the feature
the template is hardcoded to const { data } = await sdk.boilerplate.exampleChe('test'); it seems, it doesn't respect the custom module you are building that is named lets say my_example and it is already present in the sdk.config.ts sdkConfig object.
should become const { data } = await sdk.my_example.exampleChe('test');
Additional information
Final checks
The text was updated successfully, but these errors were encountered: