Fix errors in import example (#215)

ref:
https://discord.com/channels/937901803608096828/1122664924582260786/1123052436219760691
This commit is contained in:
Jed Fox
2023-06-27 16:38:40 -04:00
committed by GitHub
parent 53d1588b14
commit b84d3f0a75

View File

@@ -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',
},
]);