aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/ledger/Ledger.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-02-18 17:59:20 +0100
committerLinnea Gräf <nea@nea.moe>2024-02-18 17:59:20 +0100
commit640456c11d91ef1815c57ade5773a9d917ebcb71 (patch)
tree35a855c3cad7eb313a196493ab213f28fa8250b9 /src/main/kotlin/moe/nea/ledger/Ledger.kt
parent4ea303d3e81f8c644d37d70744eaf0dc55b3f855 (diff)
downloadLocalTransactionLedger-640456c11d91ef1815c57ade5773a9d917ebcb71.tar.gz
LocalTransactionLedger-640456c11d91ef1815c57ade5773a9d917ebcb71.tar.bz2
LocalTransactionLedger-640456c11d91ef1815c57ade5773a9d917ebcb71.zip
Add auto merger
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/Ledger.kt')
-rw-r--r--src/main/kotlin/moe/nea/ledger/Ledger.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/Ledger.kt b/src/main/kotlin/moe/nea/ledger/Ledger.kt
index 108c238..0164f3b 100644
--- a/src/main/kotlin/moe/nea/ledger/Ledger.kt
+++ b/src/main/kotlin/moe/nea/ledger/Ledger.kt
@@ -47,6 +47,7 @@ class Ledger {
listOf(
this,
ids,
+ ledger,
BankDetection(ledger),
BazaarDetection(ledger, ids),
BazaarOrderDetection(ledger, ids),