Skip to content

Commit 7610a8c

Browse files
chore: update static data from DB
1 parent f666d19 commit 7610a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/public/rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>https://wat2do.ca</link>
66
<atom:link href="https://wat2do.ca/rss.xml" rel="self" type="application/rss+xml" />
77
<description>Upcoming events at the University of Waterloo</description>
8-
<lastBuildDate>Sun, 16 Nov 2025 04:12:43 GMT</lastBuildDate>
8+
<lastBuildDate>Sun, 16 Nov 2025 04:15:47 GMT</lastBuildDate>
99
<ttl>10</ttl>
1010
<item>
1111
<title>Winter Wonderland</title>

frontend/src/data/staticData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const LAST_UPDATED = "2025-11-16T04:12:43.093959+00:00";
1+
export const LAST_UPDATED = "2025-11-16T04:15:47.177074+00:00";
22

33
export const EVENT_EMOJIS_CATEGORIES: [string, string, string][] = [
44
["Objects", "Graduation%20Cap", "Academic"],

0 commit comments

Comments
 (0)