Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester committed Sep 29, 2024
1 parent 620d083 commit 50a8dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/apiRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export interface ModifyUserAccessLevelRequest {
export interface OptionalEventProperties {
organization?: string;
committee?: string;
thumbnail?: string;
thumbnail?: string | null;
eventLink?: string;
requiresStaff?: boolean;
staffPointBonus?: number;
Expand Down

0 comments on commit 50a8dbb

Please sign in to comment.