Skip to content

Commit

Permalink
feat: erpnext sync
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Dec 24, 2024
1 parent 75325a9 commit 1d2950f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/erpnextSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ async function afterDocSync(
erpnDocName: string,
fbooksDocName: string
) {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call
const res = await ipc.sendAPIRequest(
`${endpoint}/api/method/books_integration.api.update_status`,
{
Expand All @@ -523,6 +524,7 @@ async function afterDocSync(
}),
}
);
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
return res;
}

Expand Down

0 comments on commit 1d2950f

Please sign in to comment.