Javascript – Why is order of optional parameters causing problems?
I found out a little problem in my nest.js. I have this function call and the first one is not working and the second one is good. The problem is with ip. I am calling this function from many places.…