We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dc137 commit ee84cdbCopy full SHA for ee84cdb
src/shared/reducers/index.js
@@ -20,7 +20,7 @@ import { getCommunityId } from 'server/services/communities';
20
import { redux, config, isomorphy } from 'topcoder-react-utils';
21
import { reducer as toastrReducer } from 'react-redux-toastr';
22
import { reducerFactory } from 'topcoder-react-lib';
23
-import { getAuthTokens, getM2mToken } from 'utils/tc';
+import { getAuthTokens } from 'utils/tc';
24
25
import contentful from './contentful';
26
import topcoderHeader from './topcoder_header';
0 commit comments