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

function name gets confused after 6 characters #293

Open
cbitterfield opened this issue Jan 2, 2021 · 1 comment
Open

function name gets confused after 6 characters #293

cbitterfield opened this issue Jan 2, 2021 · 1 comment
Labels

Comments

@cbitterfield
Copy link

I had an issue with:

rest.function("config",sysConfig);
rest.function("configBig",bigConfig);

The API sees these two functions as the same and only responds to the first one.
If this is a limitation of 6 characters, it should be in the read me.

@marcoschwartz
Copy link
Owner

Thanks for reporting this, we'll look into it and update the readme if necessary!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants