Skip to content

Commit 66ee89c

Browse files
kkartunovsushilshinde
authored andcommitted
Disable thrive polling
1 parent 5ca396b commit 66ee89c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/server/index.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,17 @@ import { toJson as xmlToJson } from 'utils/xml2json';
2626
import cdnRouter from './routes/cdn';
2727
import mailChimpRouter from './routes/mailchimp';
2828
import mockDocuSignFactory from './__mocks__/docu-sign-mock';
29-
import { pollArticlesForThrive } from 'server/services/contentful';
29+
// import { pollArticlesForThrive } from 'server/services/contentful';
3030

3131
/* Dome API for topcoder communities */
3232
import tcCommunitiesDemoApi from './tc-communities';
3333

3434
import webpackConfigFactory from '../../webpack.config';
3535
/* eslint-enable */
3636

37+
// DISABLED
3738
// Init TC Blog -> THRIVE poll bridge
38-
pollArticlesForThrive();
39+
// pollArticlesForThrive();
3940

4041
global.atob = atob;
4142

0 commit comments

Comments
 (0)