Skip to content

Commit 4cf2528

Browse files
committed
added year to return with ps
1 parent dce0353 commit 4cf2528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/publishedSchedule.js

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ publishedScheduleRouter.get('/season', async (req, res) => {
165165
C.event_type,
166166
C.year,
167167
C.description,
168+
C.year,
168169
PS.start_time,
169170
PS.end_time,
170171
PS.confirmed,

0 commit comments

Comments
 (0)