Skip to content

Commit

Permalink
Make food items nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester authored Oct 25, 2024
1 parent 9d50f46 commit 0055379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/apiResponses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export interface PublicEvent {
requiresStaff: boolean;
staffPointBonus: number;
discordEvent: string | null;
foodItems: string;
foodItems: string | null;
}

export interface GetPastEventsResponse extends ApiResponse {
Expand Down

0 comments on commit 0055379

Please sign in to comment.