From f133cd3d5d499be24db2e29e954b47503f05c63c Mon Sep 17 00:00:00 2001 From: yqrashawn Date: Wed, 19 Jun 2024 15:21:09 +0800 Subject: [PATCH] chore: backupDisabledDataDir -> rootDataDir (#20425) Signed-off-by: yqrashawn --- src/status_im/contexts/profile/config.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/contexts/profile/config.cljs b/src/status_im/contexts/profile/config.cljs index 1a75a998ee..a19a5728f7 100644 --- a/src/status_im/contexts/profile/config.cljs +++ b/src/status_im/contexts/profile/config.cljs @@ -30,7 +30,7 @@ (let [log-enabled? (boolean (not-empty config/log-level))] (merge (login) {:deviceName (native-module/get-installation-name) - :backupDisabledDataDir (native-module/backup-disabled-data-dir) + :rootDataDir (native-module/backup-disabled-data-dir) :rootKeystoreDir (native-module/keystore-dir) :logLevel (when log-enabled? config/log-level)