Skip to content

Commit

Permalink
Remove redundant Forbidden Tickets titling
Browse files Browse the repository at this point in the history
  • Loading branch information
bytewife committed Aug 8, 2023
1 parent 875d593 commit 475db7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/events/forbidden-tickets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function fetchForbiddenTicketsEvents() {

const events = json.map((item) => {
return {
title: `${item.title} @ ${source.name}`,
title: `${item.title}`,
url: item.url,
start: DateTime.fromFormat(item.start, 'yyyy-MM-dd HH:mm:ss', { zone: 'UTC' }),
end: DateTime.fromFormat(item.end, 'yyyy-MM-dd HH:mm:ss', { zone: 'UTC' }),
Expand Down

0 comments on commit 475db7d

Please sign in to comment.