fix(core): update
This commit is contained in:
parent
ab1ac03993
commit
bc5846751a
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@mojoio/tink',
|
name: '@mojoio/tink',
|
||||||
version: '3.1.6',
|
version: '3.1.7',
|
||||||
description: 'an unofficial api abstraction for tink.com'
|
description: 'an unofficial api abstraction for tink.com'
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,8 @@ export class BankTransaction {
|
|||||||
description: this.data.descriptions.original,
|
description: this.data.descriptions.original,
|
||||||
originAccountId: this.data.accountId,
|
originAccountId: this.data.accountId,
|
||||||
justForLooks: {
|
justForLooks: {
|
||||||
originalScaledAmount: this.data.amount
|
originalScaledAmount: this.data.amount,
|
||||||
|
dateIso: new Date(this.data.dates.booked).toISOString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user