Skip to content

Commit

Permalink
Remove pending field
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricia Huang committed Feb 11, 2024
1 parent cefb1e9 commit fa316aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/types/DataTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export type DBTeamEventAttendance = {
hoursAttended?: number;
image: string;
eventUuid: string;
pending?: boolean;
status: Status;
reason: string;
uuid: string;
Expand Down
1 change: 0 additions & 1 deletion common-types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ interface TeamEventAttendance {
hoursAttended?: number;
image: string;
readonly eventUuid: string;
readonly pending?: boolean;
readonly status: Status;
readonly reason: string;
readonly uuid: string;
Expand Down

0 comments on commit fa316aa

Please sign in to comment.