fix: fromatted the code

This commit is contained in:
Gadha2311
2026-02-26 13:04:51 +05:30
parent 6064de41bb
commit 91d41bf9c0
-5
View File
@@ -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) {