Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Fix Bug that prevents editing concerts
Browse files Browse the repository at this point in the history
  • Loading branch information
centaurus22 committed Mar 1, 2024
1 parent c010236 commit 8bb588a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruhrpottmetaller/ModelConcert.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public function getConcert(int $id): array
event.date_end,
event.name,
event.url,
event_instagram.time_published_last as published,
event.sold_out AS ausverkauft,
event.published AS published,
venue.name AS venue_name,
Expand Down

0 comments on commit 8bb588a

Please sign in to comment.