mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix bad testResultStore reference
This commit is contained in:
parent
6c7cbf5782
commit
a02865ddf6
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue