Skip to content

Commit e986d0a

Browse files
committed
removed redundant code changes
1 parent fa9816f commit e986d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/component/mapping/mapping.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface MappingElementSortedByISO17 {
4949
[key: string]: boolean;
5050
};
5151
teamsEvidence: {
52-
[key: string]: string | undefined;
52+
[key: string]: string;
5353
};
5454
}
5555

0 commit comments

Comments
 (0)