Skip to content

Commit

Permalink
removed redundant code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0x41head committed Sep 12, 2024
1 parent fa9816f commit e986d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/component/mapping/mapping.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface MappingElementSortedByISO17 {
[key: string]: boolean;
};
teamsEvidence: {
[key: string]: string | undefined;
[key: string]: string;
};
}

Expand Down

0 comments on commit e986d0a

Please sign in to comment.