Skip to content

Commit 752e94e

Browse files
committed
fixes ut error
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent e0b4613 commit 752e94e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/solution.discuss.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
var _ = require('underscore');
21
var request = require('request');
32

43
var log = require('../log');
@@ -25,7 +24,7 @@ function getSolution(problem, lang, cb) {
2524
var opts = {
2625
url: URL_DISCUSSES,
2726
json: true,
28-
body: {
27+
body: {
2928
query: [
3029
'query questionTopicsList($questionId: String!, $orderBy: TopicSortingOption, $skip: Int, $query: String, $first: Int!, $tags: [String!]) {',
3130
' questionTopicsList(questionId: $questionId, orderBy: $orderBy, skip: $skip, query: $query, first: $first, tags: $tags) {',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy