Skip to content

Commit ee84cdb

Browse files
committed
Lint fix
1 parent 79dc137 commit ee84cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/reducers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { getCommunityId } from 'server/services/communities';
2020
import { redux, config, isomorphy } from 'topcoder-react-utils';
2121
import { reducer as toastrReducer } from 'react-redux-toastr';
2222
import { reducerFactory } from 'topcoder-react-lib';
23-
import { getAuthTokens, getM2mToken } from 'utils/tc';
23+
import { getAuthTokens } from 'utils/tc';
2424

2525
import contentful from './contentful';
2626
import topcoderHeader from './topcoder_header';

0 commit comments

Comments
 (0)