Skip to content

Commit 1ba63ff

Browse files
authored
Back to deposit
1 parent d9378b3 commit 1ba63ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importer2firefly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ async def start_import(self) -> AsyncGenerator[Any, Any]:
190190
"date": txn["timestamp"],
191191
"amount": amount,
192192
"type": (
193-
"revenue"
193+
"deposit"
194194
if transaction_type == "credit"
195195
else "withdrawal"
196196
),

0 commit comments

Comments
 (0)