Skip to content

Commit d593f70

Browse files
Updated var type from Number to String to challengeId
1 parent bfef016 commit d593f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/actions/challenge.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,13 @@ function fetchCheckpointsDone(tokenV2, challengeId) {
289289
response.checkpointResults[index].expanded = false;
290290
});
291291
return {
292-
challengeId: Number(challengeId),
292+
challengeId: String(challengeId),
293293
checkpoints: response,
294294
};
295295
})
296296
.catch(error => ({
297297
error,
298-
challengeId: Number(challengeId),
298+
challengeId: String(challengeId),
299299
}));
300300
}
301301

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