Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 4402e27

Browse files
committed
Correction in starting contentful when it has been disabled.
1 parent f897a7e commit 4402e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.es6.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Meteor.startup(() => {
1111
}
1212
else {
1313
console.log('Booting server with Contentful disabled.');
14+
MeteorContentful.start();
1415
}
1516

1617
Wistia.refresh();

0 commit comments

Comments
 (0)