mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-27 18:19:48 +00:00
feat: update endpoint swagger docs
This commit is contained in:
@@ -46,7 +46,6 @@ export class GetInventoryAdjustmentsService {
|
||||
this.inventoryAdjustmentModel(),
|
||||
filter,
|
||||
);
|
||||
|
||||
const { results, pagination } = await this.inventoryAdjustmentModel()
|
||||
.query()
|
||||
.onBuild((query) => {
|
||||
@@ -62,10 +61,7 @@ export class GetInventoryAdjustmentsService {
|
||||
results,
|
||||
new InventoryAdjustmentTransformer(),
|
||||
);
|
||||
return {
|
||||
data,
|
||||
pagination,
|
||||
};
|
||||
return { data, pagination };
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user