mirror of
https://github.com/frappe/books.git
synced 2026-08-24 02:24:17 -05:00
fix: fromatted the code
This commit is contained in:
@@ -595,11 +595,6 @@ export async function performInitialFullSync(fyo: Fyo) {
|
||||
docsByType[docType].push(doc);
|
||||
}
|
||||
|
||||
for (const docType of processOrder) {
|
||||
if (docsByType[docType]) {
|
||||
}
|
||||
}
|
||||
|
||||
const failedDocs: string[] = [];
|
||||
|
||||
for (const docType of processOrder) {
|
||||
|
||||
Reference in New Issue
Block a user