Skip to content

Commit

Permalink
Merge branch 'pluggy.ai' of https://github.com/lelemm/actual into plu…
Browse files Browse the repository at this point in the history
…ggy.ai
  • Loading branch information
lelemm committed Feb 27, 2025
2 parents 330fc08 + 5b34a53 commit 7c3147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync-server/src/app-pluggyai/app-pluggyai.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ app.post(
};

newTrans.transactionId = trans.id;
newTrans.sortOrder = trans.date;
newTrans.sortOrder = transactionDate.getTime();

const finalTrans = { ...flattenObject(trans), ...newTrans };
if (newTrans.booked) {
Expand Down

0 comments on commit 7c3147d

Please sign in to comment.