We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbf1e5 commit 825f760Copy full SHA for 825f760
lib/plugins/leetcode.js
@@ -134,7 +134,7 @@ plugin.getCategoryProblems = function (category, cb) {
134
plugin.getProblem = function (problem, needTranslation, cb) {
135
log.debug("running leetcode.getProblem");
136
const user = session.getUser();
137
- if (problem.locked && !user.paid) return cb("failed to load locked problem!");
+ // if (problem.locked && !user.paid) return cb("failed to load locked problem!");
138
139
const opts = plugin.makeOpts(config.sys.urls.graphql);
140
opts.headers.Origin = config.sys.urls.base;
0 commit comments