changes in stock module 12-03-2025

This commit is contained in:
vadivelJ96 2025-03-12 11:44:56 +05:30
parent 56f42d6bdf
commit c03f517080

View File

@ -598,6 +598,7 @@
return 0;
}
//one of the type in empty space character list is 10
if (typeof input === 'string' && input.split('').map(char => char.charCodeAt(0))[0] == 10) {
return 0;
}