Skip to content

Commit 3c914fe

Browse files
authored
Merge pull request topcoder-platform#28 from sushilshinde/new-develop-mm
New develop mm
2 parents bb6b247 + 52f94bb commit 3c914fe

File tree

5 files changed

+1438
-12
lines changed

5 files changed

+1438
-12
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
__coverage__
22
.build-info
33
.sass-cache
4-
dist
54
node_modules
65
_auto_doc_
76
.vscode

dist/dev/index.js

Lines changed: 1421 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/prod/index.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/services/challenges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class ChallengesService {
259259
};
260260

261261
this.private = {
262-
api: getApiV3(tokenV3),
262+
api: getApiV4(tokenV3),
263263
apiV2: getApiV2(tokenV2),
264264
apiV4: getApiV4(tokenV3),
265265
getChallenges,

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