mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
🔥 removing unused variables (batch 1) (#2255)
This commit is contained in:
committed by
GitHub
parent
cd9d1fb674
commit
ae3be13aa8
@@ -79,10 +79,6 @@ export function getTransactions(accountId, startDate, endDate) {
|
||||
return send('api/transactions-get', { accountId, startDate, endDate });
|
||||
}
|
||||
|
||||
export function filterTransactions(accountId, text) {
|
||||
return send('api/transactions-filter', { accountId, text });
|
||||
}
|
||||
|
||||
export function updateTransaction(id, fields) {
|
||||
return send('api/transaction-update', { id, fields });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user