Skip to content

Commit

Permalink
fix: item variant by item id
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicToast committed Aug 26, 2024
1 parent cb2e48d commit b640c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class ItemVariantService {
async getByItemId(
category_id: Nullable<string>,
): Promise<Array<ItemVariantDAO>> {
return await this.infrastructureService.getItemVariantByCategoryId(
return await this.infrastructureService.getItemVariantByItemId(
category_id,
);
}
Expand Down

0 comments on commit b640c46

Please sign in to comment.