Merge remote-tracking branch 'origin/dev' into dev
Some checks failed
Build and Deploy / test-frontend (push) Has been cancelled
Build and Deploy / build-and-push (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / test-backend (push) Has been cancelled

This commit is contained in:
2026-03-05 08:32:01 +01:00
3 changed files with 12 additions and 3 deletions

View File

@@ -434,7 +434,10 @@ export class QuoteEstimatorService {
);
}
getLineItemStlPreview(sessionId: string, lineItemId: string): Observable<Blob> {
getLineItemStlPreview(
sessionId: string,
lineItemId: string,
): Observable<Blob> {
const headers: any = {};
return this.http.get(
`${environment.apiUrl}/api/quote-sessions/${sessionId}/line-items/${lineItemId}/stl-preview`,