Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
gca-axelor committed Dec 17, 2024
1 parent a4fbcd4 commit 28a14c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/apps/purchase/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ export {
getPurchaseRequest as getPurchaseRequestApi,
searchPurchaseRequest as searchPurchaseRequestApi,
} from './purchase-request-api';
export {
searchPurchaseRequestLine as searchPurchaseRequestLineApi,
} from './purchase-request-line-api';
export {searchPurchaseRequestLine as searchPurchaseRequestLineApi} from './purchase-request-line-api';
export {searchSupplier as searchSupplierApi} from './supplier-api';

0 comments on commit 28a14c6

Please sign in to comment.