Skip to content

Commit ccb8806

Browse files
Update Phonebook.Frontend/src/app/services/api/organigram.service.ts
Co-authored-by: DanielHabenicht <daniel-habenicht@outlook.de>
1 parent e307090 commit ccb8806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Phonebook.Frontend/src/app/services/api/organigram.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class UnitTreeNode {
9090
}
9191
}
9292

93-
export class OrgUnit {
93+
class OrgUnit {
9494
public Id: number;
9595

9696
public Name?: string;

0 commit comments

Comments
 (0)