Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantom0110 committed Dec 12, 2023
1 parent d949dd3 commit 87ef893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/about/officer-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export const officerData: { [key: string]: OfficerCardProps } = {
};

export const positionData: {
[key: string]: { [key: string]: OfficerCardProps};
[key: string]: { [key: string]: OfficerCardProps };
} = {
"Fall 2023": {
President: officerData.yonas_bahre,
Expand Down

0 comments on commit 87ef893

Please sign in to comment.