Skip to content

Commit

Permalink
chore (no ticket): changed query param name
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaheinl-fft committed May 6, 2024
1 parent eea99ff commit 5f66959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fft-api/stock/fftStockService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class FftStockService {
}

if (tenantArticleIds.length > 1) {
queryParams['tenantArticleIds'] = buildQueryFromArray('tenantArticleIds', tenantArticleIds, 500);
queryParams['tenantArticleId'] = buildQueryFromArray('tenantArticleId', tenantArticleIds, 500);
}
}

Expand Down

0 comments on commit 5f66959

Please sign in to comment.