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