mirror of
https://github.com/appy-one/acebase.git
synced 2026-06-30 06:02:02 -06:00
Fix #74 using tx logging without storage settings
This commit is contained in:
parent
c65b42c85b
commit
748720f421
1 changed files with 2 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ class AceBaseLocalSettings extends AceBaseBaseSettings {
|
|||
|
||||
// Copy IPC and transaction settings to storage settings
|
||||
if (typeof options.ipc === 'object') {
|
||||
options.storage.ipc = options.ipc;
|
||||
this.storage.ipc = options.ipc;
|
||||
}
|
||||
if (typeof options.transactions === 'object') {
|
||||
options.storage.transactions = options.transactions;
|
||||
this.storage.transactions = options.transactions;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue