Skip to content

Commit

Permalink
officer discords are now optional
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Jul 16, 2024
1 parent 665899a commit bee50b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/public/board/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface Officer {
positions: {
[key in Term]?: Position[];
};
discord: string;
discord?: string;
displayName?: string;
}

Expand Down

0 comments on commit bee50b0

Please sign in to comment.