Merge branch 'main' of git.infinimotion.de:infinimotion/frontend
This commit is contained in:
@@ -241,7 +241,7 @@ export class OrderComponent {
|
||||
|
||||
// Tickets anlegen
|
||||
const tickets = seats.map(seat => {
|
||||
return this.generateNewTicketObject(performance, seat, order);;
|
||||
return this.generateNewTicketObject(performance, seat, order);
|
||||
});
|
||||
|
||||
// Transaktionssicher Sitzplatzbuchung
|
||||
|
||||
Reference in New Issue
Block a user