Skip to content

Commit 964545e

Browse files
author
maxsc
committed
use correct wettkampfId for Schusszettel PDF download
1 parent 736eda9 commit 964545e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bogenliga/src/app/modules/wkdurchfuehrung/components/wkdurchfuehrung/wkdurchfuehrung.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ export class WkdurchfuehrungComponent extends CommonComponentDirective implement
604604
.fromPath(environment.backendBaseUrl)
605605
.path('v1/download')
606606
.path(path)
607-
.path('?wettkampfid=' + this.selectedWettkampf)
607+
.path('?wettkampfid=' + this.selectedWettkampfId)
608608
.build();
609609
}
610610

0 commit comments

Comments
 (0)