Skip to content

Commit 8be8934

Browse files
author
ivan.ho
committed
Fix issue of query question by wrong identifier
1 parent 4aaec9f commit 8be8934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/leetcode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ endfunction
563563

564564
function! s:GetProblem(id)
565565
for problem in b:leetcode_downloaded_problems
566-
if problem['id'] == a:id
566+
if problem['fid'] == a:id
567567
return problem
568568
endif
569569
endfor

0 commit comments

Comments
 (0)