Skip to content

Commit

Permalink
Use proper variable
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Oct 5, 2023
1 parent f1f4dc8 commit 87ab979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-process/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function getConfig() {
if (error) {
console.log(error.message);
} else {
config.resetUserSettings(configFileData);
config.resetUserSettings(data);
}
});
}
Expand Down

0 comments on commit 87ab979

Please sign in to comment.