mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: remove uncategorized transaction from expenses
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import { Service } from 'typedi';
|
||||
import { UncategorizeCashflowTransaction } from './UncategorizeCashflowTransaction';
|
||||
|
||||
@Service()
|
||||
export class UncategorizeTransactionByRef {
|
||||
private uncategorizeTransactionService: UncategorizeCashflowTransaction;
|
||||
|
||||
public uncategorize(tenantId: number, refId: number, refType: string) {}
|
||||
}
|
||||
Reference in New Issue
Block a user