mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: aggregate rows on import feature
This commit is contained in:
@@ -5,7 +5,7 @@ export class ImportableRegistry {
|
||||
private static instance: ImportableRegistry;
|
||||
private importables: Record<string, Importable>;
|
||||
|
||||
private constructor() {
|
||||
constructor() {
|
||||
this.importables = {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user