Skip to content

Commit 2b3100a

Browse files
committed
Modify Event Type
1 parent 8f539bb commit 2b3100a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Events/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export interface Event {
22
title: string;
3-
date: Date;
3+
date: number;
44
// Convert to Staff type in later PR after converting from interface
55
host: string;
66
description: string;

0 commit comments

Comments
 (0)