remove option field

pull/1/head
yann300 7 years ago
parent 4aa44e8915
commit 9429b8c61e
  1. 3
      src/recorder.js

@ -113,9 +113,6 @@ class Recorder {
var records = [].concat(self.data.journal)
return {
accounts: self.data._usedAccounts,
options: {
useAccountList: true
},
transactions: records.sort((A, B) => {
var stampA = A.timestamp
var stampB = B.timestamp

Loading…
Cancel
Save