Skip to content

Commit

Permalink
🐛 fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
adyanth committed Oct 22, 2024
1 parent e2fd225 commit 9a8932b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def applyExpenseAmountToTransaction(transaction: dict, exp: Expense, myshare: Ex
transaction["foreign_amount"] = amount
transaction["amount"] = 0.1
transaction["tags"].append(conf["FOREIGN_CURRENCY_TOFIX_TAG"])

return transaction

def getAccounts(account_type: str="asset") -> list:
"""Get accounts from Firefly.
Expand Down

0 comments on commit 9a8932b

Please sign in to comment.