Skip to content

Commit

Permalink
fix(calendar): wrong points for Forsbach - Tour
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Mar 12, 2023
1 parent b5daa12 commit d8e4958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/events/calendar/2023.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default [
new EventBuilder()
.setAllDay(true)
.setCategory(EEvent.RTF)
.setClubPoints(3)
.setClubPoints(0)
.setContact('Klaus Dünkelmann')
.setDate('2023-05-28')
.setId('262224f4-be70-414a-bd68-07a0706da73e')
Expand Down

0 comments on commit d8e4958

Please sign in to comment.