leetcode-downloader
leetcode-downloader copied to clipboard
fetchSubmission.js - includes called on empty array.
https://github.com/noootown/leetcode-downloader/blob/60f3d01312a6c4dc313ebc7170636e7e1fda489c/fetchSubmission.js#L45
solved = []
solved.includes(id)
will always return false
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.