mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: import resource imporements
This commit is contained in:
@@ -34,4 +34,12 @@ export class AccountsImportable extends Importable {
|
||||
public get concurrency() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
public public sampleData(): any[] {
|
||||
return [
|
||||
{
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user