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

Make the responseArray generation dynamic #96

Open
VIKTORVAV99 opened this issue Mar 5, 2022 · 0 comments
Open

Make the responseArray generation dynamic #96

VIKTORVAV99 opened this issue Mar 5, 2022 · 0 comments
Labels
todo Things to do.

Comments

@VIKTORVAV99
Copy link
Owner

VIKTORVAV99 commented Mar 5, 2022

//TODO: Make the responseArray generation dynamic

if (responseArray1.join('\n').length + property.length <= 1024) {
responseArray1.push(property);
} else if (responseArray2.join('\n').length + property.length <= 1024) {
responseArray2.push(property);

@VIKTORVAV99 VIKTORVAV99 added the todo Things to do. label Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Things to do.
Projects
None yet
Development

No branches or pull requests

1 participant