From da610a51f49807d1409f36b98e06e89447a4202b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 27 Jan 2022 01:02:02 +0100 Subject: refactor: Extract config handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the handling of the contents of the config file out of the stores and into dedicated files to simplify the code of the stores. Signed-off-by: Kristóf Marussy --- packages/main/src/reactions/synchronizeConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/main/src/reactions/synchronizeConfig.ts') diff --git a/packages/main/src/reactions/synchronizeConfig.ts b/packages/main/src/reactions/synchronizeConfig.ts index 480cc1a..4a9c24b 100644 --- a/packages/main/src/reactions/synchronizeConfig.ts +++ b/packages/main/src/reactions/synchronizeConfig.ts @@ -25,7 +25,7 @@ import ms from 'ms'; import type ConfigRepository from '../infrastructure/config/ConfigRepository'; import type SharedStore from '../stores/SharedStore'; -import type { Config } from '../stores/SharedStore'; +import type Config from '../stores/config/Config'; import type Disposer from '../utils/Disposer'; import { getLogger } from '../utils/log'; -- cgit v1.2.3-70-g09d2