Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6cf9adb

Browse files
Merge pull request #576 from topcoder-platform/issue-116
changes for #116
2 parents d016f31 + c5b1227 commit 6cf9adb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/services/api.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export default () => {
3535
});
3636
} else if (
3737
error.response &&
38-
error.response.status === 409 &&
3938
error.response.data.message
4039
) {
4140
const modError = new Error(error.response.data.message);

0 commit comments

Comments
 (0)