chore: backupDisabledDataDir -> rootDataDir

Signed-off-by: yqrashawn <namy.19@gmail.com>
This commit is contained in:
yqrashawn 2024-06-11 16:18:43 +08:00 committed by pavloburykh
parent 686f6bdf5e
commit d68194507a
No known key found for this signature in database
GPG Key ID: 11D9383A6FB7F1D8
1 changed files with 1 additions and 1 deletions

View File

@ -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)