Skip to content

Commit 4e8d1a2

Browse files
committed
update
1 parent a3ce68a commit 4e8d1a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/plugins/leetcode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ plugin.getProblem = function(problem, cb) {
170170
problem.templates[i].defaultCode = q.codeSnippets[i].code;
171171
}
172172

173+
problem.topicTags = q.topicTags;
173174
problem.testcase = q.sampleTestCase;
174175
problem.testable = q.enableRunCode;
175176
problem.templateMeta = JSON.parse(q.metaData);

0 commit comments

Comments
 (0)