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 0511648 commit a16c929Copy full SHA for a16c929
koa/tutorial/lib/tutorialImporter.js
@@ -457,7 +457,7 @@ module.exports = class TutorialImporter {
457
458
let sourceView = TutorialViewStorage.instance().get(sourceWebPath);
459
460
- let movingFromDevToProd = process.env.PLNKR_ENABLED && view?.isDev();
+ let movingFromDevToProd = process.env.PLNKR_ENABLED && sourceView?.isDev();
461
if (!sourceView || movingFromDevToProd) {
462
sourceView = new TutorialView({
463
webPath: sourceWebPath,
0 commit comments