From a02865ddf67b78b72b146394a90ac4ddea3dab29 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 16 Jun 2022 11:07:58 -0500 Subject: [PATCH] Fix bad testResultStore reference --- pages/apple-silicon-app-test.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/apple-silicon-app-test.vue b/pages/apple-silicon-app-test.vue index 09109e4..6ba21f1 100644 --- a/pages/apple-silicon-app-test.vue +++ b/pages/apple-silicon-app-test.vue @@ -304,7 +304,7 @@ export default { // Bring in code const { default: AppFilesScanner } = await import('~/helpers/app-files-scanner.js') - const testResultStore = this.config ? this.$config.testResultStore : this.$config.testResultStore + const testResultStore = this.config ? this.config.testResultStore : global.$config.testResultStore // Initialize instance this.scanner = new AppFilesScanner({