[PR #5747] Align amount conversion utilities between api and loot-core #13146

Closed
opened 2026-04-10 21:48:27 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5747

State: closed
Merged: Yes


Updates api amount conversion utilities to use the loot-core versions.

  • Removed duplicate implementations: Deleted the local amountToInteger and integerToAmount function implementations
  • Added re-exports: Used a single export statement to re-export both functions from the loot-core module
  • Maintained API compatibility: The public API remains exactly the same - consumers of this module won't need to change anything
**Original Pull Request:** https://github.com/actualbudget/actual/pull/5747 **State:** closed **Merged:** Yes --- Updates api amount conversion utilities to use the loot-core versions. - Removed duplicate implementations: Deleted the local amountToInteger and integerToAmount function implementations - Added re-exports: Used a single export statement to re-export both functions from the loot-core module - Maintained API compatibility: The public API remains exactly the same - consumers of this module won't need to change anything
GiteaMirror added the pull-request label 2026-04-10 21:48:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#13146