File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -34,7 +34,7 @@ const onStartup = async (context: Context): Promise<void> => {
|
34 | 34 | const tutorial: TT.Tutorial | null = context.tutorial.get()
|
35 | 35 |
|
36 | 36 | // NEW: no stored tutorial, must start new tutorial
|
37 |
| -if (!tutorial || !tutorial.id) { |
| 37 | +if (!tutorial || !tutorial.version) { |
38 | 38 | if (TUTORIAL_URL) {
|
39 | 39 | // if a tutorial URL is added, launch on startup
|
40 | 40 | try {
|
|
You can’t perform that action at this time.
0 commit comments