Skip to content

Commit 7d236df

Browse files
committed
fix: lint
Signed-off-by: Rakib Ansary <[email protected]>
1 parent d5b2706 commit 7d236df

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

__tests__/__snapshots__/index.js.snap

+3
Original file line numberDiff line numberDiff line change
@@ -259,14 +259,17 @@ Object {
259259
"countReset": [Function],
260260
"debug": [Function],
261261
"dir": [Function],
262+
"dirxml": [Function],
262263
"error": [Function],
263264
"group": [Function],
264265
"groupCollapsed": [Function],
265266
"groupEnd": [Function],
266267
"info": [Function],
267268
"log": [Function],
269+
"table": [Function],
268270
"time": [Function],
269271
"timeEnd": [Function],
272+
"timeLog": [Function],
270273
"trace": [Function],
271274
"warn": [Function],
272275
},

src/actions/challenge.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { createActions } from 'redux-actions';
1010
import { decodeToken } from '@topcoder-platform/tc-auth-lib';
1111
import { getService as getChallengesService } from '../services/challenges';
1212
import { getService as getSubmissionService } from '../services/submissions';
13-
import { getApi } from '../services/api';
13+
// import { getApi } from '../services/api';
1414
import * as submissionUtil from '../utils/submission';
1515

1616
const { PAGE_SIZE } = CONFIG;
@@ -293,7 +293,7 @@ function fetchCheckpointsDone(tokenV2, challengeId) {
293293
return {
294294
challengeId: String(challengeId),
295295
checkpoints: [],
296-
},
296+
};
297297
}
298298

299299
/**

0 commit comments

Comments
 (0)