leetcode-downloader icon indicating copy to clipboard operation
leetcode-downloader copied to clipboard

fetchSubmission.js - includes called on empty array.

Open bug-cop opened this issue 5 years ago • 1 comments

https://github.com/noootown/leetcode-downloader/blob/60f3d01312a6c4dc313ebc7170636e7e1fda489c/fetchSubmission.js#L45

solved = []
solved.includes(id) 

will always return false

bug-cop avatar Aug 19 '20 14:08 bug-cop

It didn't work for the question as well, I'm getting this in txt file

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

raghav4 avatar Sep 11 '20 08:09 raghav4