We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca396b commit 66ee89cCopy full SHA for 66ee89c
src/server/index.js
@@ -26,16 +26,17 @@ import { toJson as xmlToJson } from 'utils/xml2json';
26
import cdnRouter from './routes/cdn';
27
import mailChimpRouter from './routes/mailchimp';
28
import mockDocuSignFactory from './__mocks__/docu-sign-mock';
29
-import { pollArticlesForThrive } from 'server/services/contentful';
+// import { pollArticlesForThrive } from 'server/services/contentful';
30
31
/* Dome API for topcoder communities */
32
import tcCommunitiesDemoApi from './tc-communities';
33
34
import webpackConfigFactory from '../../webpack.config';
35
/* eslint-enable */
36
37
+// DISABLED
38
// Init TC Blog -> THRIVE poll bridge
-pollArticlesForThrive();
39
+// pollArticlesForThrive();
40
41
global.atob = atob;
42
0 commit comments