fix guest component
Some checks failed
Angular Build / build (push) Has been cancelled

This commit is contained in:
2026-03-20 19:14:59 +01:00
parent 902f1e97ee
commit f2986dd420
11 changed files with 229 additions and 30 deletions

View File

@@ -15,6 +15,7 @@ export class GuestShowService {
const data = {
showType: show.showType,
date: show.date,
updatedAt: new Date(),
songs: songs,
};
let shareId = show.shareId;