Skip to content

Commit

Permalink
Merge pull request #822 from CorrelAid/821-lc-page-build-error
Browse files Browse the repository at this point in the history
lc page events: id not in query
  • Loading branch information
jstet authored Oct 11, 2024
2 parents e825e4e + 1872e89 commit 4e7ab26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/js/parsing/processing/cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export function processEvents(event, locale) {
const procDate = genDate(event.date, locale, true);
const id = Number(event.id);
const allDay = false;

const date = parseCETDate(event.date);
const start = parseCETDate(event.date + ' ' + event.start_time);
const end = event.end_date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ query LocalChapterDetails($slug: String, $language: String = "de-DE", $status: [
end_date
title
teaser
id
registration_link
target_group
language
Expand Down

0 comments on commit 4e7ab26

Please sign in to comment.