mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
Fix errors in import example (#215)
ref: https://discord.com/channels/937901803608096828/1122664924582260786/1123052436219760691
This commit is contained in:
@@ -189,10 +189,9 @@ Delete a transaction.
|
||||
|
||||
await importTransactions(accountId, [
|
||||
{
|
||||
account_id: 'e2564e8c-ec96-43d7-92ce-3b91ee9d2d69',
|
||||
date: '2019-08-20',
|
||||
amount: 1200,
|
||||
payee: 'Kroger',
|
||||
payee_name: 'Kroger',
|
||||
category_id: 'c179c3f4-28a6-4fbd-a54d-195cced07a80',
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user